summaryrefslogtreecommitdiffstats
path: root/testsuite/transok/eight.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/transok/eight.stp')
-rwxr-xr-xtestsuite/transok/eight.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/transok/eight.stp b/testsuite/transok/eight.stp
index e703a5ae..6723b993 100755
--- a/testsuite/transok/eight.stp
+++ b/testsuite/transok/eight.stp
@@ -21,10 +21,10 @@ probe begin
foreach ([x,y,z] in baz)
{
- printk(baz[x,y,z] . y)
+ log(baz[x,y,z] . y)
}
- printk("hello from systemtap")
+ log("hello from systemtap")
}