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

mjw at redhat dot com sourceware-bugzilla@sourceware.org
Mon Sep 28 12:40:00 GMT 2009


------- 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.



More information about the Systemtap mailing list