diff options
Diffstat (limited to 'src/reel_asset.cc')
| -rw-r--r-- | src/reel_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_asset.cc b/src/reel_asset.cc index 978f1dee..31422173 100644 --- a/src/reel_asset.cc +++ b/src/reel_asset.cc @@ -115,7 +115,7 @@ ReelAsset::equals (shared_ptr<const ReelAsset> other, EqualityOptions opt, boost } if (_intrinsic_duration != other->_intrinsic_duration) { - note (DCP_ERROR, "Reel: intrinsic durations differ"); + note (DCP_ERROR, String::compose ("Reel: intrinsic durations differ (%1 vs %2)", _intrinsic_duration, other->_intrinsic_duration)); return false; } |
