summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapset/logging.stp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tapset/logging.stp b/tapset/logging.stp
index afbb0183..dcd9741a 100644
--- a/tapset/logging.stp
+++ b/tapset/logging.stp
@@ -6,8 +6,7 @@
// Public License (GPL); either version 2, or (at your option) any
// later version.
-// Write a message to the console (actually stderr). A newline is appended
-// if the string does not end in one.
+// send a string out with a newline
function log (msg:string) %{
_stp_printf ("%s\n", THIS->msg);
%}