diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/reel_writer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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<ReferencedReelAsset> const & refs, list<shared_ptr if (reel_sound_asset->duration() != _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 ())); } |
