diff options
Diffstat (limited to 'src/verify.cc')
| -rw-r--r-- | src/verify.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verify.cc b/src/verify.cc index 9abda0ff..a0b8284f 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -2212,6 +2212,8 @@ dcp::note_to_string(VerificationNote note, function<string (string)> process_str return compose("The namespace %1 in CPL %2 is invalid", note.note().get(), note.cpl_id().get()); case VerificationNote::Code::MISSING_CPL_CONTENT_VERSION: return compose("The CPL %1 has no <ContentVersion> tag", note.cpl_id().get()); + case VerificationNote::Code::INVALID_PKL_NAMESPACE: + return compose("The namespace %1 in PKL %2 is invalid", note.note().get(), note.file()->filename()); } return ""; |
