From 393d3a3ce98b06560b3e6cd0fb4d0ce60f355eaa Mon Sep 17 00:00:00 2001 From: Marius Volkhart Date: Tue, 16 Mar 2021 11:37:56 +0000 Subject: [PATCH] Revert erroneously modified logging statement git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887717 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/poi/POIDocument.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.5