X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=converter%2Fbabeltrace-cfg.c;fp=converter%2Fbabeltrace-cfg.c;h=b64fa8db644ef78c7bd81628c122d0a540131779;hp=706fbfd803402699b7bcf873f0059568821ad204;hb=82a498b74137f0a829ab24ecf83cf0d3cdc2dd78;hpb=a1e34893cd2b06dc11f45bf01aeb589d74db4a26 diff --git a/converter/babeltrace-cfg.c b/converter/babeltrace-cfg.c index 706fbfd8..b64fa8db 100644 --- a/converter/babeltrace-cfg.c +++ b/converter/babeltrace-cfg.c @@ -48,13 +48,13 @@ * (since the following lines usually describe the error and possible * solutions), or the error prefix just at the end. */ -#define printf_err(fmt, args...) \ - do { \ - if (is_first_error) { \ - fprintf(stderr, "Error: "); \ - is_first_error = false; \ - } \ - fprintf(stderr, fmt, ##args); \ +#define printf_err(fmt, args...) \ + do { \ + if (is_first_error) { \ + fprintf(stderr, "Command line error: "); \ + is_first_error = false; \ + } \ + fprintf(stderr, fmt, ##args); \ } while (0) static bool is_first_error = true;