todo update
[lttv.git] / ltt / branches / poly / lttctl / lttctl.c
index 522449865d77c6f8339bbc813197e6b6a3d130fd..5b8c262d862881bb7e66f7730707ed6d6f48d4c4 100644 (file)
@@ -12,7 +12,7 @@
 #include <config.h>
 #endif
 
-#include <liblttctl/liblttctl.h>
+#include <liblttctl/lttctl.h>
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -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.023329 seconds and 4 git commands to generate.