# HG changeset patch # User nadvornik # Date 1240261672 0 # Node ID 70f94d61b1aa0c02a83c1bf416dddcec5d2ad05a # Parent a96a20c7feb1f8b4e107fe9b70b5014f22367122 write info and debugging messages to stderr diff -r a96a20c7feb1 -r 70f94d61b1aa src/ui_fileops.c --- a/src/ui_fileops.c Mon Apr 20 19:44:50 2009 +0000 +++ b/src/ui_fileops.c Mon Apr 20 21:07:52 2009 +0000 @@ -44,7 +44,7 @@ gchar *text_l; text_l = g_locale_from_utf8(text_utf8, -1, NULL, NULL, NULL); - fputs((text_l) ? text_l : text_utf8, stdout); + fputs((text_l) ? text_l : text_utf8, stderr); g_free(text_l); }