diff options
Diffstat (limited to 'testsuite/systemtap.samples/ioblocktest.stp')
-rw-r--r-- | testsuite/systemtap.samples/ioblocktest.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/ioblocktest.stp b/testsuite/systemtap.samples/ioblocktest.stp index 1386903c..43b3e7d0 100644 --- a/testsuite/systemtap.samples/ioblocktest.stp +++ b/testsuite/systemtap.samples/ioblocktest.stp @@ -10,5 +10,5 @@ probe ioblock.end { } probe end { log("systemtap ending probe") - printf("%s\n", teststr) + printf("%s", teststr) } |