From 3c66c35390d2b85d3dcc7d70a4c3440704cd0973 Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 20 Jun 2006 15:36:27 +0000 Subject: [PATCH] test block git-svn-id: http://ltt.polymtl.ca/svn@1940 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-usertrace/sample-block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.34.1