Debug log is sent to stderr. Thanks to whoever noticed it in IRC the other day.

Wed, 04 Feb 2009 22:46:45 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Wed, 04 Feb 2009 22:46:45 +0000
changeset 25569
9cec90116395
parent 25568
111d979e6b92
child 25570
0ca56c346a33
child 25797
469e59d5e1df
child 25806
2c8f7b384a71
child 25808
09615b7f6a06
child 25812
ed6734a3c8c9

Debug log is sent to stderr. Thanks to whoever noticed it in IRC the other day.

finch/finch.c file | annotate | diff | comparison | revisions
--- a/finch/finch.c	Wed Feb 04 22:46:08 2009 +0000
+++ b/finch/finch.c	Wed Feb 04 22:46:45 2009 +0000
@@ -210,7 +210,7 @@
 		text = g_strdup_printf(_("%s\n"
 		       "Usage: %s [OPTION]...\n\n"
 		       "  -c, --config=DIR    use DIR for config files\n"
-		       "  -d, --debug         print debugging messages to stdout\n"
+		       "  -d, --debug         print debugging messages to stderr\n"
 		       "  -h, --help          display this help and exit\n"
 		       "  -n, --nologin       don't automatically login\n"
 		       "  -v, --version       display the current version and exit\n"), DISPLAY_VERSION, name);

mercurial