X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fverify.cc;h=112a5bb5ed810c7e40afbf0c1e02ebaf54811a93;hb=HEAD;hp=9715c020aacd089b8eee7ea87c30baaadec83471;hpb=0a8f2a1a2058f0461a7f978295e31af34a03bb40;p=libdcp.git diff --git a/src/verify.cc b/src/verify.cc index 9715c020..112a5bb5 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -2178,6 +2178,10 @@ dcp::note_to_string (VerificationNote note) return String::compose("The asset with ID %1 in the asset map actually has an id of %2", note.id().get(), note.other_id().get()); case VerificationNote::Code::EMPTY_CONTENT_VERSION_LABEL_TEXT: return String::compose("The in a in CPL %1 is empty", note.id().get()); + case VerificationNote::Code::INVALID_CPL_NAMESPACE: + return String::compose("The namespace %1 in CPL %2 is invalid", note.note().get(), note.file()->filename()); + case VerificationNote::Code::MISSING_CPL_CONTENT_VERSION: + return String::compose("The CPL %1 has no tag", note.note().get()); } return "";