[librsvg] rsvg-convert: Print errors to stderr



commit 2f15735cf352c3f526a9d0afb98269c7c8317521
Author: Christian Persch <chpe gnome org>
Date:   Wed Sep 5 12:32:07 2012 +0200

    rsvg-convert: Print errors to stderr
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683380

 rsvg-convert.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rsvg-convert.c b/rsvg-convert.c
index 0f43cb7..a2edbdf 100644
--- a/rsvg-convert.c
+++ b/rsvg-convert.c
@@ -60,7 +60,7 @@ static void
 display_error (GError * err)
 {
     if (err) {
-        g_print ("%s\n", err->message);
+        g_printerr ("%s\n", err->message);
         g_error_free (err);
     }
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]