[totem-pl-parser/wip/hadess/fix-itms-parsing: 2/3] podcast: Add missing linefeed in debug output
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser/wip/hadess/fix-itms-parsing: 2/3] podcast: Add missing linefeed in debug output
- Date: Fri, 23 Apr 2021 11:49:29 +0000 (UTC)
commit cf1c18d788423f2c2a02da1df95a55152777a34d
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]