summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/search.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.cc b/src/search.cc
index 09e4d3ce..67d37e99 100644
--- a/src/search.cc
+++ b/src/search.cc
@@ -51,7 +51,7 @@ dcp::find_and_resolve_cpls (vector<boost::filesystem::path> const& directories,
{
vector<shared_ptr<dcp::CPL>> cpls;
- /** We accept and ignore some warnings / errors but everything else is bad */
+ /** We accept and ignore some warnings / errors but everything else is bad if tolerant == false */
vector<dcp::VerificationNote::Code> const ignore = {
dcp::VerificationNote::Code::EMPTY_ASSET_PATH,
dcp::VerificationNote::Code::EXTERNAL_ASSET,