X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt-usertrace%2Fsample-highspeed.c;h=bc32e07b932715f9fc8e42bb5674dcf4ae94305f;hb=dfa41997e197c569e21d787f487840a43bef6185;hp=3f249d3f69bfca7a5f8fa7d77bd23b792f8c278f;hpb=987daa894960b79ca6b9fe2703e473fdf2efe768;p=lttv.git diff --git a/ltt-usertrace/sample-highspeed.c b/ltt-usertrace/sample-highspeed.c index 3f249d3f..bc32e07b 100644 --- a/ltt-usertrace/sample-highspeed.c +++ b/ltt-usertrace/sample-highspeed.c @@ -11,8 +11,9 @@ int main(int argc, char **argv) { printf("Will trace the following string : Running fast! in an infinite loop.\n"); printf("Abort with CTRL-C or it will quickly fill up your disk.\n"); - printf("See the result file in /tmp/ltt-usertraces.\n"); + printf("See the result file in /tmp/ltt-usertrace.\n"); + int i; while(1) { trace_user_generic_string("Running fast!"); }