summaryrefslogtreecommitdiff
path: root/src/lib/player.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-10 00:45:11 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-10 21:00:06 +0200
commit6917c511507bee74297845267811e7bcc042e62e (patch)
treed302b594d458217a53df5ba76c4df04cb143570a /src/lib/player.cc
parentfea1b7402588644f107874a0102c8f3f428123f3 (diff)
Some improved logging.
Diffstat (limited to 'src/lib/player.cc')
-rw-r--r--src/lib/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index de9be2b71..b7088f1d2 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -778,7 +778,7 @@ Player::pass ()
);
if (latest_last_push_end != _stream_states.end()) {
- LOG_DEBUG_PLAYER("Leading stream is in %1 at %2", latest_last_push_end->second.piece->content->path(0), to_string(latest_last_push_end->second.last_push_end));
+ LOG_DEBUG_PLAYER("Leading audio stream is in %1 at %2", latest_last_push_end->second.piece->content->path(0), to_string(latest_last_push_end->second.last_push_end));
}
/* Now make a list of those streams that are less than ignore_streams_behind behind the leader */