summaryrefslogtreecommitdiff
path: root/src/totem-playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/totem-playlist.c')
-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);