compile fixes
[lttv.git] / ltt / branches / poly / lttctl / lttctl.c
index d91350da7537df1d1fb3490a91e54a9c8f1345c6..105aacb61efb627cdb6a957e6f9cec0b30a73559 100644 (file)
@@ -25,7 +25,7 @@
 #include <sys/stat.h>
 
 /* Buffer for file copy : 4k seems optimal. */
-#define BUF_SIZE 4194304
+#define BUF_SIZE 4096
 
 enum trace_ctl_op {
   CTL_OP_CREATE_START,
@@ -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.023263 seconds and 4 git commands to generate.