This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/10700] log() doesn't output newline anymore


------- Additional Comments From mjw at redhat dot com  2009-09-28 12:40 -------
In particular, reverting this hunk against tapset/logging.stp fixes it:

 function log (msg:string) %{ /* unprivileged */
-       _stp_printf ("%s\n", THIS->msg);
+       _stp_print (THIS->msg);
 %}

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10700

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]