summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-04-23 13:42:01 +0200
committerBastien Nocera <hadess@hadess.net>2021-04-23 13:49:23 +0200
commitcf1c18d788423f2c2a02da1df95a55152777a34d (patch)
tree2556baf7dab879259569799f507a0748d56163fe
parent9acf33906bbee95fd5f37593630996b5ab3b3dce (diff)
downloadtotem-pl-parser-cf1c18d788423f2c2a02da1df95a55152777a34d.tar.gz
podcast: Add missing linefeed in debug output
-rw-r--r--plparse/totem-pl-parser-podcast.c2
1 files changed, 1 insertions, 1 deletions
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);