]> source.dussan.org Git - poi.git/commitdiff
a bit more debug logging
authorSergey Vladimirov <sergey@apache.org>
Mon, 5 Nov 2012 12:02:50 +0000 (12:02 +0000)
committerSergey Vladimirov <sergey@apache.org>
Mon, 5 Nov 2012 12:02:50 +0000 (12:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405759 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/testcases/org/apache/poi/hwpf/HWPFTestDataSamples.java

index 891acc58389faa47b71ca9842e90c1a14f76759a..6f6ae82a301ecc36c8aa5ae1970220b398910faf 100644 (file)
@@ -103,6 +103,8 @@ public class HWPFTestDataSamples {
         final long start = System.currentTimeMillis();\r
         try\r
         {\r
+                       logger.log(POILogger.DEBUG, "Downloading ", sampleFileUrl, " ...");\r
+\r
             InputStream is = new URL( sampleFileUrl ).openStream();\r
             try\r
             {\r