[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:
PJ Fanning 2021-11-25 10:51:32 +00:00
parent 5022f30c4b
commit eb36cc32ab
1 changed files with 1 additions and 1 deletions

View File

@ -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;