X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt-usertrace%2Fsample.c;h=70bb8a2e84947eb48049415aa7635527196bf4dc;hb=27c089c13f9a87ca62c6cd9da45369d55b8ddc92;hp=b5ef44923740f34ab0899dfc225853ceb9479210;hpb=2c86dabf77d3134230235cbfb6d72b77b1b90964;p=lttv.git diff --git a/ltt-usertrace/sample.c b/ltt-usertrace/sample.c index b5ef4492..70bb8a2e 100644 --- a/ltt-usertrace/sample.c +++ b/ltt-usertrace/sample.c @@ -11,9 +11,9 @@ int main(int argc, char **argv) { printf("Will trace the following string : \"Hello world! Have a nice day.\"\n"); printf("every second.\n"); - printf("Abort with CTRL-C.\n"); - printf("No file is created with this example : it logs through a kernel\n"); - printf("system call. See the LTTng lttctl command to start tracing.\n"); + printf("Abort with CTRL-C.\n"); + printf("No file is created with this example : it logs through a kernel\n"); + printf("system call. See the LTTng lttctl command to start tracing.\n"); while(1) { trace_user_generic_string("Hello world! Have a nice day.");