Author: mariusvolkhart Date: Tue Mar 16 11:37:56 2021 New Revision: 1887717
URL: http://svn.apache.org/viewvc?rev=1887717&view=rev Log: Revert erroneously modified logging statement Modified: poi/trunk/src/java/org/apache/poi/POIDocument.java Modified: poi/trunk/src/java/org/apache/poi/POIDocument.java URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/POIDocument.java?rev=1887717&r1=1887716&r2=1887717&view=diff ============================================================================== --- poi/trunk/src/java/org/apache/poi/POIDocument.java (original) +++ poi/trunk/src/java/org/apache/poi/POIDocument.java Tue Mar 16 11:37:56 2021 @@ -167,7 +167,7 @@ public abstract class POIDocument implem } 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"); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
