changeset 25059:49d51dbcb799

Debug log is sent to stderr. Thanks to whoever noticed it in IRC the other day.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 04 Feb 2009 22:46:45 +0000
parents 135ee310d62c
children c02da09b567f 8f5a63aebdb6 9ccb88cc3191 ab07969d298f cbbafb072285 03279387cbe2
files finch/finch.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);