Wed, 04 Feb 2009 22:46:45 +0000
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);