Revision: 1652
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1652&view=rev
Author:   nadvornik
Date:     2009-04-20 21:07:52 +0000 (Mon, 20 Apr 2009)

Log Message:
-----------
write info and debugging messages to stderr

Modified Paths:
--------------
    trunk/src/ui_fileops.c

Modified: trunk/src/ui_fileops.c
===================================================================
--- trunk/src/ui_fileops.c      2009-04-20 19:44:50 UTC (rev 1651)
+++ trunk/src/ui_fileops.c      2009-04-20 21:07:52 UTC (rev 1652)
@@ -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);
 }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to