summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-26 11:12:58 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-26 11:12:58 +0100
commita71ff2b19e62db1543dea32fc47fc3dd010be231 (patch)
tree2380d56c8de2d02aa534d398360926fd852158a0
parentd77c17f61000fd8ae7c741c637d297e0098725c3 (diff)
Slightly-improved log message.
-rw-r--r--src/lib/writer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc
index 592275281..f59ccb0f5 100644
--- a/src/lib/writer.cc
+++ b/src/lib/writer.cc
@@ -317,7 +317,7 @@ try
switch (qi.type) {
case QueueItem::FULL:
{
- LOG_GENERAL (N_("Writer FULL-writes %1 to MXF"), qi.frame);
+ LOG_GENERAL (N_("Writer FULL-writes %1 (%2) to MXF"), qi.frame, qi.eyes);
if (!qi.encoded) {
qi.encoded.reset (new EncodedData (_film->j2c_path (qi.frame, qi.eyes, false)));
}