a bit more debug logging

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405759 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2012-11-05 12:02:50 +00:00
parent e95f5e8333
commit db30e0f337

View File

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