diff --git a/src/utils.h b/src/utils.h index 16acd4f1..f6fe6ba8 100644 --- a/src/utils.h +++ b/src/utils.h @@ -150,7 +150,7 @@ extern int use_syslog; fprintf(stderr, "\e[01;32m %s INFO: \e[0m" format "\n", timestr, \ ## __VA_ARGS__); \ } else { \ - fprintf(stderr, "%s INFO: " format "\n", timestr, \ + fprintf(stderr, " %s INFO: " format "\n", timestr, \ ## __VA_ARGS__); \ } \ } \