X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fplayer.cc;h=b7088f1d297b201325ec8c237d2f3455cac0e947;hp=de9be2b71b43686e8eb0fd261a3eac181b44e329;hb=6917c511507bee74297845267811e7bcc042e62e;hpb=fea1b7402588644f107874a0102c8f3f428123f3 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 */