summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-10 18:32:48 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-10 23:59:37 +0100
commita0101b32ea373f04214b388de9041df298de6a52 (patch)
tree4d89317b763ea143c1a87e9dabab803fb5d2f7cc
parent406a4c9b33f10a138041c894b2b440f77cc79d73 (diff)
downloadtotem-a0101b32ea373f04214b388de9041df298de6a52.tar.gz
playlist: Remove extra line feed
-rw-r--r--src/totem-playlist.c2
1 files changed, 1 insertions, 1 deletions
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);