wmstatus: errors must go to stderr

This commit is contained in:
2017-01-11 08:13:48 +01:00
parent 662945360e
commit 53f474c05e

View File

@@ -49,7 +49,7 @@ log_message_custom (void *user_data, const char *quote, const char *fmt,
va_list ap)
{
(void) user_data;
FILE *stream = stdout;
FILE *stream = stderr;
fprintf (stream, PROGRAM_NAME ": ");
fputs (quote, stream);