summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/twentytwo.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/twentytwo.stp')
-rwxr-xr-xtestsuite/buildok/twentytwo.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/buildok/twentytwo.stp b/testsuite/buildok/twentytwo.stp
index fa45f312..88a0b57b 100755
--- a/testsuite/buildok/twentytwo.stp
+++ b/testsuite/buildok/twentytwo.stp
@@ -4,10 +4,10 @@
probe kernel.function("free_task")
{
- log("timestamp " . string($tsk->timestamp))
+ printf("timestamp %d\n", $tsk->timestamp)
}
probe kernel.function("vfs_llseek")
{
- log("offset " . string($offset))
+ printf("offset %d\n", $offset)
}