[gimp] plug-ins: fix debug macro in wget file-uri backend



commit 776d2b9e04018a23b96f4aabe7ef8d53332b6a17
Author: Mikael Magnusson <mikachu src gnome org>
Date:   Tue Jul 5 00:23:46 2011 +0200

    plug-ins: fix debug macro in wget file-uri backend

 plug-ins/file-uri/uri-backend-wget.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/file-uri/uri-backend-wget.c b/plug-ins/file-uri/uri-backend-wget.c
index c052f7e..6e9e35e 100644
--- a/plug-ins/file-uri/uri-backend-wget.c
+++ b/plug-ins/file-uri/uri-backend-wget.c
@@ -146,13 +146,13 @@ uri_backend_load_image (const gchar  *uri,
       gchar    *message;
       gchar    *timeout_msg;
 
-#define DEBUG(x) if (debug) g_printerr (x)
+#define DEBUG(x) if (debug) g_printerr ("%s\n", x)
 
       close (p[1]);
 
       input = fdopen (p[0], "r");
 
-      /*  hardcoded and not-really-foolproof scanning of wget putput  */
+      /*  hardcoded and not-really-foolproof scanning of wget output  */
 
     wget_begin:
       /* Eat any Location lines */



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