From 19397a84cc1e8c985eb76df1c106bae7fb9e2fc8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 4 Feb 2009 22:15:31 +0100 Subject: playlist: added G_LOG_DOMAIN Removed the explicit "playlist:" prefix from all log messages. --- src/playlist_control.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/playlist_control.c') diff --git a/src/playlist_control.c b/src/playlist_control.c index 22b922872..2d9c180e7 100644 --- a/src/playlist_control.c +++ b/src/playlist_control.c @@ -24,6 +24,11 @@ #include "playlist_internal.h" #include "player_control.h" +#include + +#undef G_LOG_DOMAIN +#define G_LOG_DOMAIN "playlist" + enum { /** * When the "prev" command is received, rewind the current @@ -39,7 +44,7 @@ void stopPlaylist(struct playlist *playlist) assert(playlist->current >= 0); - g_debug("playlist: stop"); + g_debug("stop"); playerWait(); playlist->queued = -1; playlist->playing = false; -- cgit v1.2.3