aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wmstatus.c2
1 files changed, 1 insertions, 1 deletions
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);