wmstatus: errors must go to stderr

This commit is contained in:
Přemysl Eric Janouch 2017-01-11 08:13:48 +01:00
parent 662945360e
commit 53f474c05e
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 1 additions and 1 deletions

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);