diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-12 01:01:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-12 01:24:06 +0100 |
| commit | 756bbd521cdef12c02717639c3269a863cc4987e (patch) | |
| tree | ef28dbef6208aa8e161c915137722bb74e0c43ac /src | |
| parent | 45eee5e618af30e893320b9245aaf4e5f3072753 (diff) | |
Tweak debug string.
Diffstat (limited to 'src')
| -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 58b58fe61..7498ca4e7 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -757,7 +757,7 @@ Player::pass() switch (which) { case CONTENT: { - LOG_DEBUG_PLAYER("PLY: Calling pass() on {}", earliest_content->content->path(0).string()); + LOG_DEBUG_PLAYER("PLY: Calling pass() on {} @ {}", earliest_content->content->path(0).string(), to_string(*earliest_time)); earliest_content->done = earliest_content->decoder->pass(); auto dcp = dynamic_pointer_cast<DCPContent>(earliest_content->content); if (dcp && !_play_referenced) { |
