X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Freel_writer.cc;h=2c74d66bdb664fb2ee4950fd07204349ace269e6;hb=9024e783e54d5e857b5285b07405f887e6181930;hp=13d62f86deb6d7e6938dfb512ff3e70c6d1a24cb;hpb=452a21994f6268faa159e53ead722a5bd5125b29;p=dcpomatic.git diff --git a/src/lib/reel_writer.cc b/src/lib/reel_writer.cc index 13d62f86d..2c74d66bd 100644 --- a/src/lib/reel_writer.cc +++ b/src/lib/reel_writer.cc @@ -392,8 +392,8 @@ ReelWriter::create_reel (list const & refs, listduration() != _period.duration().frames_round (_film->video_frame_rate ())) { LOG_ERROR ( "Reel sound asset has length %1 but reel period is %2", - to_string(reel_sound_asset->duration()), - to_string(_period.duration().frames_round(_film->video_frame_rate())) + reel_sound_asset->duration(), + _period.duration().frames_round(_film->video_frame_rate()) ); DCPOMATIC_ASSERT (reel_sound_asset->duration() == _period.duration().frames_round (_film->video_frame_rate ())); }