diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-05 21:36:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-05 21:36:53 +0100 |
| commit | 59e358ae25f84314afc6d8235aecaec124822f3f (patch) | |
| tree | 86a353b49bcc8b0cd5d3a9a4db4ca13e4f5f20f0 /src/lib/shuffler.cc | |
| parent | 15add8826db680f0e1ad13246e0411d5f83f5296 (diff) | |
Cleanup: can now remove the _NC log variants.
Diffstat (limited to 'src/lib/shuffler.cc')
| -rw-r--r-- | src/lib/shuffler.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/shuffler.cc b/src/lib/shuffler.cc index 66f29a8e1..2bfdfd471 100644 --- a/src/lib/shuffler.cc +++ b/src/lib/shuffler.cc @@ -63,7 +63,7 @@ Shuffler::video (weak_ptr<Piece> weak_piece, ContentVideo video) DCPOMATIC_ASSERT (piece); if (!_last && video.eyes == Eyes::LEFT) { - LOG_DEBUG_THREE_D_NC ("Shuffler first after clear"); + LOG_DEBUG_THREE_D ("Shuffler first after clear"); /* We haven't seen anything since the last clear() and we have some eyes-left so assume everything is OK */ Video (weak_piece, video); _last = video; @@ -112,7 +112,7 @@ Shuffler::video (weak_ptr<Piece> weak_piece, ContentVideo video) void Shuffler::clear () { - LOG_DEBUG_THREE_D_NC ("Shuffler::clear"); + LOG_DEBUG_THREE_D ("Shuffler::clear"); _store.clear (); _last = optional<ContentVideo>(); } |
