]> sourceware.org Git - systemtap.git/commitdiff
Revert.
authorhunt <hunt>
Mon, 17 Apr 2006 19:35:36 +0000 (19:35 +0000)
committerhunt <hunt>
Mon, 17 Apr 2006 19:35:36 +0000 (19:35 +0000)
tapset/logging.stp

index 659ef38929476b0b067149db455fb75d2e1e1424..afbb01830b2615bd9b8f935ce0139b2e0b60b2cd 100644 (file)
@@ -9,7 +9,7 @@
 // Write a message to the console (actually stderr). A newline is appended 
 // if the string does not end in one.
 function log (msg:string) %{
-    _stp_log (THIS->msg);
+       _stp_printf ("%s\n", THIS->msg);
 %}
 
 function warn (msg:string) %{
This page took 0.028139 seconds and 5 git commands to generate.