diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-21 23:29:35 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-21 23:29:35 +0200 |
| commit | 0717e1ca56bbf5334d56e45940ebdaba05506986 (patch) | |
| tree | a177d073b0e0a3d4919cb2c35b692c183d9d3eab /src/lib/writer.cc | |
| parent | 56062db51268e35bb65e1584d8e0b45fffae65dd (diff) | |
Hackshigher-hz
Diffstat (limited to 'src/lib/writer.cc')
| -rw-r--r-- | src/lib/writer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index dd5223670..2c1da13d1 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -448,6 +448,7 @@ try break; case QueueItem::Type::REPEAT: LOG_DEBUG_ENCODE(N_("Writer REPEAT-writes {}"), qi.frame); + std::cout << "Writer REPEAT-writes " << qi.frame << "\n"; reel.repeat_write(qi.frame, qi.eyes); ++_repeat_written; break; |
