From 53f474c05e03daa4846497a79ab727782f2f006a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Wed, 11 Jan 2017 08:13:48 +0100 Subject: wmstatus: errors must go to stderr --- wmstatus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmstatus.c b/wmstatus.c index 1a6aa7d..8c616d8 100644 --- a/wmstatus.c +++ b/wmstatus.c @@ -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); -- cgit v1.2.3