X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt-usertrace%2Fsample-highspeed.c;h=78b0c7c19a06b09cbd924ec759e2ec8df4b8c56a;hb=141274aac0c9dd34c0dac660d381a959a2ca5e15;hp=963a83a700ba7c7aa8ffb704de0da8225c80e2af;hpb=d5970cd70b2769caf90bdf2222f5806f4a536b08;p=lttv.git diff --git a/ltt-usertrace/sample-highspeed.c b/ltt-usertrace/sample-highspeed.c index 963a83a7..78b0c7c1 100644 --- a/ltt-usertrace/sample-highspeed.c +++ b/ltt-usertrace/sample-highspeed.c @@ -9,7 +9,9 @@ int main(int argc, char **argv) { - printf("Will trace the following string : Running fast! in a infinite loop.\n"); + 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-usertrace.\n"); while(1) { trace_user_generic_string("Running fast!");