Slightly-improved log message.
authorCarl Hetherington <cth@carlh.net>
Tue, 26 May 2015 10:12:58 +0000 (11:12 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 26 May 2015 10:12:58 +0000 (11:12 +0100)
src/lib/writer.cc

index 5922752818bc094203926e8f03bf79954f6297b8..f59ccb0f535e5f5e7c850be847146e9bfc4a99cf 100644 (file)
@@ -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)));
                                }