Skip to content
Snippets Groups Projects
Commit a75b498d authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Fix typo in logging, while we're at it, make it even more explicit

parent 475c40aa
No related branches found
No related tags found
No related merge requests found
......@@ -327,7 +327,7 @@ class MDQ extends MetaDataStorageSource
throw new Exception(__CLASS__ . ': error, could not verify signature for entity: ' . $entityId . '".');
}
} else {
Logger::notice('Not verifying signature because to certificates were configured.');
Logger::notice('Not verifying MDQ metadata signature because no certificates were configured.');
}
$data = self::getParsedSet($entity, $set);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment