test block
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 20 Jun 2006 15:36:27 +0000 (15:36 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 20 Jun 2006 15:36:27 +0000 (15:36 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1940 04897980-b3bd-0310-b5e0-8ef037075253

ltt-usertrace/sample-block.c

index 10c4bdd9dec2e27b08e6ae4def54476445aac4f8..06fea420113eb942a7dc9e2c5ddf9b6a0fd197b5 100644 (file)
@@ -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");
This page took 0.023709 seconds and 4 git commands to generate.