diff options
Diffstat (limited to 'src/java/org')
-rw-r--r-- | src/java/org/apache/poi/POIDocument.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/poi/POIDocument.java b/src/java/org/apache/poi/POIDocument.java index 2a2c1acd92..519da97e3a 100644 --- a/src/java/org/apache/poi/POIDocument.java +++ b/src/java/org/apache/poi/POIDocument.java @@ -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"); |