diff --git a/s/systemtap.stp b/s/systemtap.stp index e70a0165..6e1cbaaa 100644 --- a/s/systemtap.stp +++ b/s/systemtap.stp @@ -1 +1 @@ -probe oneshot { log("hello world") } +probe oneshot { println("Hello, world") } \ No newline at end of file