[gimp/metadata-browser] plug-ins: fix debug macro in wget file-uri backend
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] plug-ins: fix debug macro in wget file-uri backend
- Date: Wed, 12 Sep 2012 22:51:43 +0000 (UTC)
commit 6cb7c3194e036543a6a3167913f5525da522adb4
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]