From: compudj Date: Tue, 20 Jun 2006 15:36:27 +0000 (+0000) Subject: test block X-Git-Tag: v0.12.20~1549 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=3c66c35390d2b85d3dcc7d70a4c3440704cd0973;p=lttv.git test block git-svn-id: http://ltt.polymtl.ca/svn@1940 04897980-b3bd-0310-b5e0-8ef037075253 --- 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");