mirror of https://github.com/apache/poi.git
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:
parent
7359d4cee7
commit
393d3a3ce9
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue