babeltrace.c: replace printf_verbose() with printf() where appropriate
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 9 Feb 2017 06:24:55 +0000 (01:24 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:37 +0000 (12:57 -0400)
commit00447e452fbd828a77543df627eeefc0cc57a078
treeb126c4bca0611377875c1c8175f6b79664299d06
parent5a3ee633fdd379e8acf7535f0ba91fb05234a36a
babeltrace.c: replace printf_verbose() with printf() where appropriate

Only check if babeltrace_verbose is active and use printf() directly if
so instead of always using printf_verbose() which prints the [verbose]
prefix.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
converter/babeltrace.c
This page took 0.02493 seconds and 4 git commands to generate.