summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/two.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/two.stp')
-rwxr-xr-xtestsuite/buildok/two.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/buildok/two.stp b/testsuite/buildok/two.stp
index 7453cae1..e10a036d 100755
--- a/testsuite/buildok/two.stp
+++ b/testsuite/buildok/two.stp
@@ -12,7 +12,7 @@ strncpy(THIS->__retvalue, UTS_RELEASE, MAXSTRINGLEN);
probe begin
{
- printk("hello from systemtap, kernel version " . get_release())
+ log("hello from systemtap, kernel version " . get_release())
}
END