mirror of https://github.com/apache/poi.git
[bug-66138] change log level to warn (the issue is worked around)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902170 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c7e2c6a531
commit
b46b69ab0f
|
@ -171,7 +171,7 @@ public final class ZipPackage extends OPCPackage {
|
|||
throw new InvalidOperationException("Can't open the specified file: '" + file + "'", e);
|
||||
}
|
||||
|
||||
LOG.atError().log("Error in zip file {} - falling back to stream processing (i.e. ignoring zip central directory)", file);
|
||||
LOG.atWarn().log("Error in zip file {} - falling back to stream processing (i.e. ignoring zip central directory)", file);
|
||||
ze = openZipEntrySourceStream(file);
|
||||
}
|
||||
this.zipArchive = ze;
|
||||
|
|
Loading…
Reference in New Issue