# HG changeset patch # User Sadrul Habib Chowdhury # Date 1233787605 0 # Node ID 49d51dbcb7994753f6d5647c362c3f425b420c1c # Parent 135ee310d62c926fe96b0f49579255f6a13920e6 Debug log is sent to stderr. Thanks to whoever noticed it in IRC the other day. diff -r 135ee310d62c -r 49d51dbcb799 finch/finch.c --- 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);