[librsvg] Stop console pollution



commit ff20d571b8d9a089a89c194abc4a49251c8b1dc5
Author: Christian Persch <chpe gnome org>
Date:   Fri Sep 9 22:22:07 2011 +0200

    Stop console pollution

 rsvg-filter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rsvg-filter.c b/rsvg-filter.c
index e38abbb..8ebf20e 100644
--- a/rsvg-filter.c
+++ b/rsvg-filter.c
@@ -670,7 +670,7 @@ rsvg_filter_get_result (GString * name, RsvgFilterContext * ctx)
         return output;
     }
 
-    g_warning (_("%s not found\n"), name->str);
+    /* g_warning (_("%s not found\n"), name->str); */
 
     output = ctx->lastresult;
     g_object_ref (ctx->lastresult.result);



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