diff --git a/Slim/Buttons/Playlist.pm b/Slim/Buttons/Playlist.pm index a11b57fc9c..13051031d6 100644 --- a/Slim/Buttons/Playlist.pm +++ b/Slim/Buttons/Playlist.pm @@ -562,7 +562,7 @@ sub browseplaylistindex { my $client = shift; if ( main::DEBUGLOG && @_ && $playlistlog->is_debug ) { - $log->debug("New playlistindex: $_[0]"); + $playlistlog->debug("New playlistindex: $_[0]"); } # update list length for the knob. ### HACK ATTACK ###