format fix
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 22 Sep 2005 19:24:56 +0000 (19:24 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 22 Sep 2005 19:24:56 +0000 (19:24 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1261 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttctl/lttctl.c

index d91350da7537df1d1fb3490a91e54a9c8f1345c6..5b8c262d862881bb7e66f7730707ed6d6f48d4c4 100644 (file)
@@ -117,7 +117,7 @@ int parse_arguments(int argc, char **argv)
                                                        trace_name = argv[argn+1];
                                                        argn++;
                                                } else {
-                                                       printf("Specify a trace name after -n.\n", argv[argn]);
+                                                       printf("Specify a trace name after -n.\n");
                                                        printf("\n");
                                                        ret = EINVAL;
                                                }
This page took 0.025563 seconds and 4 git commands to generate.