Warn if jar file path not in expected form

This commit is contained in:
Chris Smowton
2022-05-25 19:25:47 +01:00
parent 3bd581a052
commit 1f2248c1c8

View File

@@ -587,6 +587,8 @@ public class OdasaOutput {
else
log.warn("Couldn't find timestamp for jar file " + jarFilePath + " entry " + entryPath);
}
} else {
log.warn("Expected JAR-file path " + vf.getPath() + " to have exactly one '!/' separator");
}
}