[totem/wip/hadess/small-fixes: 3/4] playlist: Remove extra line feed




commit a0101b32ea373f04214b388de9041df298de6a52
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Feb 10 18:32:48 2022 +0100

    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);
 


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