diff options
Diffstat (limited to 'testsuite/buildok/twentythree.stp')
-rwxr-xr-x | testsuite/buildok/twentythree.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/buildok/twentythree.stp b/testsuite/buildok/twentythree.stp index 95a6f071..4aebe7bc 100755 --- a/testsuite/buildok/twentythree.stp +++ b/testsuite/buildok/twentythree.stp @@ -5,5 +5,5 @@ probe kernel.function("free_task") { $tsk->timestamp = 22; - log("set to 22 => " . string($tsk->timestamp)); + printf("set to 22 => %d\n", $tsk->timestamp); } |