diff options
Diffstat (limited to 'src/lib/player.cc')
| -rw-r--r-- | src/lib/player.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index f69603a95..417c30449 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -711,7 +711,7 @@ Player::pass() if (_suspended) { /* We can't pass in this state */ - LOG_DEBUG_PLAYER_NC("Player is suspended"); + LOG_DEBUG_PLAYER("Player is suspended"); return false; } |
