diff options
Diffstat (limited to 'testsuite/systemtap.printf/hello2.stp')
-rw-r--r-- | testsuite/systemtap.printf/hello2.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.printf/hello2.stp b/testsuite/systemtap.printf/hello2.stp index aa0798fa..de3db588 100644 --- a/testsuite/systemtap.printf/hello2.stp +++ b/testsuite/systemtap.printf/hello2.stp @@ -1,7 +1,7 @@ probe begin { print("Print"); - log("Systemtap"); + println("Systemtap"); warn("warning"); exit() } |