[librsvg] rsvg-view: Print errors to stderr
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [librsvg] rsvg-view: Print errors to stderr
- Date: Wed,  5 Sep 2012 10:32:41 +0000 (UTC)
commit 87f15a4b546ca3de2f4a097ecbf3dcc1c27926bb
Author: Christian Persch <chpe gnome org>
Date:   Wed Sep 5 12:32:07 2012 +0200
    rsvg-view: Print errors to stderr
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683380
 test-display.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test-display.c b/test-display.c
index 78d06ef..e54bcfe 100644
--- a/test-display.c
+++ b/test-display.c
@@ -684,7 +684,7 @@ main (int argc, char **argv)
         n_args = 0;
 
     if ((!from_stdin) && (n_args != 1)) {
-        g_print (_("No files specified, and not using --stdin\n"));
+        g_printerr (_("No files specified, and not using --stdin\n"));
         return 1;
     }
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]