Fix typo.
[dcpomatic.git] / src / lib / reel_writer.cc
index 8044973eca29adbf056d9af2c250eca08a9cb5e3..071cab12a3facd9f6f4fcf15b13a356d02eaf881 100644 (file)
@@ -300,7 +300,7 @@ ReelWriter::finish ()
                video_to /= video_asset_filename (_picture_asset, _reel_index, _reel_count, _content_summary);
 
                LOG_GENERAL ("Must put %1 into DCP at %2", video_from.string(), video_to.string());
-               LOG_GENERAL ("%2: %2", video_from.string(), boost::filesystem::is_regular_file(video_from) ? "yes" : "no");
+               LOG_GENERAL ("%1: %2", video_from.string(), boost::filesystem::is_regular_file(video_from) ? "yes" : "no");
                LOG_GENERAL ("%1: %2", video_to.string(), boost::filesystem::is_regular_file(video_to) ? "yes" : "no");
 
                boost::system::error_code ec;