X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttctl%2Flttctl.c;h=5b8c262d862881bb7e66f7730707ed6d6f48d4c4;hb=63eeefc358a5e7d651a21c0f8fff160a0a2017a5;hp=522449865d77c6f8339bbc813197e6b6a3d130fd;hpb=e3b06a6eed63ef7547055261ffcb3bd7258b59f8;p=lttv.git diff --git a/ltt/branches/poly/lttctl/lttctl.c b/ltt/branches/poly/lttctl/lttctl.c index 52244986..5b8c262d 100644 --- a/ltt/branches/poly/lttctl/lttctl.c +++ b/ltt/branches/poly/lttctl/lttctl.c @@ -12,7 +12,7 @@ #include #endif -#include +#include #include #include #include @@ -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; }