[gnome-software] trivial: Remove blank newline after debug output



commit ed462576941e2374e3d7523e223640da90441400
Author: Richard Hughes <richard hughsie com>
Date:   Tue Oct 22 16:37:41 2013 +0100

    trivial: Remove blank newline after debug output

 src/gs-screenshot-image.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-screenshot-image.c b/src/gs-screenshot-image.c
index b5b2a92..626e628 100644
--- a/src/gs-screenshot-image.c
+++ b/src/gs-screenshot-image.c
@@ -290,7 +290,7 @@ gs_screenshot_image_load_async (GsScreenshotImage *ssimg,
        }
 
        /* download file */
-       g_debug ("downloading %s to %s\n", url, priv->filename);
+       g_debug ("downloading %s to %s", url, priv->filename);
        base_uri = soup_uri_new (url);
        if (base_uri == NULL) {
                /* TRANSLATORS: this is when we try to download a screenshot


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