[totem-pl-parser/wip/hadess/fix-itms-parsing] podcast: Add missing linefeed in debug output



commit 207ff80f5cee87181f05c69429df10d6c3d43445
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Apr 23 13:42:01 2021 +0200

    podcast: Add missing linefeed in debug output

 plparse/totem-pl-parser-podcast.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plparse/totem-pl-parser-podcast.c b/plparse/totem-pl-parser-podcast.c
index 864681b..cdbeaa2 100644
--- a/plparse/totem-pl-parser-podcast.c
+++ b/plparse/totem-pl-parser-podcast.c
@@ -825,7 +825,7 @@ totem_pl_parser_add_itms (TotemPlParser *parser,
                return TOTEM_PL_PARSER_RESULT_ERROR;
        }
 
-       DEBUG(file, g_print ("Got ID '%s' for URL '%s'", id, uri));
+       DEBUG(file, g_print ("Got ID '%s' for URL '%s'\n", id, uri));
 
        json_uri = g_strdup_printf ("https://itunes.apple.com/lookup?id=%s&entity=podcast";, id);
        g_free (id);


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