Skip to content
Snippets Groups Projects
Commit c98aa407 authored by Christian Wulf's avatar Christian Wulf
Browse files

added error logging for ClassNameRegistryCreationFilter

parent c13778d0
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ public class ClassNameRegistryCreationFilter extends AbstractConsumerStage<File>
protected void execute(final File inputDir) {
final File mappingFile = this.mappingFileParser.findMappingFile(inputDir);
if (mappingFile == null) {
this.logger.error("Directory '" + inputDir + "' does not exist or an I/O error occured.");
return;
}
......
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