X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttngerr.h;h=92a18f11d2d9f9facb9748feb56b7c4f82969bc6;hp=c2f4d519886aff042e22b828fb0794f39b4e9b85;hb=94484837e95ecc39adfd75748ecab3b973a991d6;hpb=3ada8405ab6718baa7e1beb75351acbe60ab402f diff --git a/include/lttngerr.h b/include/lttngerr.h index c2f4d5198..92a18f11d 100644 --- a/include/lttngerr.h +++ b/include/lttngerr.h @@ -49,7 +49,7 @@ extern int opt_verbose; opt_verbose == 2) || \ ((type & (PRINT_DBG | PRINT_DBG2 | PRINT_DBG3)) && \ opt_verbose == 3)) { \ - fprintf(stdout, fmt, ## args); \ + fprintf(stderr, fmt, ## args); \ } else if (type & (PRINT_ERR | PRINT_WARN | PRINT_BUG)) { \ fprintf(stderr, fmt, ## args); \ } \