X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt-usertrace%2Fsample-block.c;h=06fea420113eb942a7dc9e2c5ddf9b6a0fd197b5;hb=be4a0edc4de5b2969c11a6c344db725e1ca554a7;hp=10c4bdd9dec2e27b08e6ae4def54476445aac4f8;hpb=4df264b25d1f52f067b72415d964718649934592;p=lttv.git diff --git a/ltt-usertrace/sample-block.c b/ltt-usertrace/sample-block.c index 10c4bdd9..06fea420 100644 --- a/ltt-usertrace/sample-block.c +++ b/ltt-usertrace/sample-block.c @@ -10,7 +10,7 @@ int main(int argc, char **argv) { printf("Will trace the following string : \"Hello world! Have a nice day.\"\n"); - printf("every second.\n"); + printf("every microsecond.\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");