mirror of https://github.com/apache/poi.git
[bug-65706] fix syntax of log message
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895322 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5022f30c4b
commit
eb36cc32ab
|
@ -337,7 +337,7 @@ public final class ZipPackage extends OPCPackage {
|
|||
: PackagingURIHelper.createPartName(ZipHelper.getOPCNameFromZipItemName(entryName));
|
||||
} catch (Exception e) {
|
||||
// We assume we can continue, even in degraded mode ...
|
||||
LOG.atWarn().withThrowable(e).log("Entry {} is not valid, so this part won't be add to the package.", entryName);
|
||||
LOG.atWarn().withThrowable(e).log("Entry {} is not valid, so this part won't be added to the package.", entryName);
|
||||
}
|
||||
|
||||
this.partName = ppn;
|
||||
|
|
Loading…
Reference in New Issue