summaryrefslogtreecommitdiff
path: root/src/verify.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify.cc')
-rw-r--r--src/verify.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verify.cc b/src/verify.cc
index ec8925f2..e5d2511d 100644
--- a/src/verify.cc
+++ b/src/verify.cc
@@ -2183,6 +2183,8 @@ dcp::note_to_string (VerificationNote note)
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 <ContentVersion> tag", note.note().get());
+ case VerificationNote::Code::INVALID_PKL_NAMESPACE:
+ return String::compose("The namespace %1 in PKL %2 is invalid", note.note().get(), note.file()->filename());
}
return "";