From a0101b32ea373f04214b388de9041df298de6a52 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 10 Feb 2022 18:32:48 +0100 Subject: playlist: Remove extra line feed --- src/totem-playlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/totem-playlist.c b/src/totem-playlist.c index b2e8d1250..92e6a2fb3 100644 --- a/src/totem-playlist.c +++ b/src/totem-playlist.c @@ -949,7 +949,7 @@ totem_playlist_add_one_mrl (TotemPlaylist *playlist, uri = totem_create_full_path (mrl); - g_debug ("totem_playlist_add_one_mrl (): %s %s %s %s %"G_GINT64_FORMAT " %s\n", filename_for_display, uri, display_name, subtitle_uri, starttime, playing ? "true" : "false"); + g_debug ("totem_playlist_add_one_mrl (): %s %s %s %s %"G_GINT64_FORMAT " %s", filename_for_display, uri, display_name, subtitle_uri, starttime, playing ? "true" : "false"); store = GTK_LIST_STORE (playlist->model); -- cgit v1.2.1