Revert erroneously modified logging statement

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887717 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marius Volkhart 2021-03-16 11:37:56 +00:00
parent 7359d4cee7
commit 393d3a3ce9
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ public abstract class POIDocument implements Closeable {
} else if (ps != null) {
LOG.atWarn().log("{} property set came back with wrong class - {}", localName, ps.getClass().getName());
} else {
LOG.atWarn().log("{} property set came back as null {}", localName, box(5));
LOG.atWarn().log("{} property set came back as null", localName);
}
} catch (IOException e) {
LOG.atError().withThrowable(e).log("can't retrieve property set");