summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/verify.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.cc b/src/verify.cc
index c7a4f78f..58eaa9af 100644
--- a/src/verify.cc
+++ b/src/verify.cc
@@ -2057,7 +2057,7 @@ dcp::note_to_string (VerificationNote note)
return "Some assets are encrypted but some are not.";
case VerificationNote::Code::INVALID_JPEG2000_CODESTREAM:
return String::compose(
- "Frame %1 (timecode %2) has an invalid JPEG2000 codestream (%2).",
+ "Frame %1 (timecode %2) has an invalid JPEG2000 codestream (%3).",
note.frame().get(),
dcp::Time(note.frame().get(), note.frame_rate().get(), note.frame_rate().get()).as_string(dcp::Standard::SMPTE),
note.note().get()