Add debug information

This commit is contained in:
Victor Shcherb 2012-01-03 23:39:57 +01:00
parent ae4126dfed
commit 8dcdfe1e2e

View file

@ -144,6 +144,7 @@ public class IndexUploader {
if (!f.isFile() || f.getName().endsWith(IndexBatchCreator.GEN_LOG_EXT)) {
continue;
}
log.info("Process file " + f.getName());
File unzipped = unzip(f);
String description = getDescription(unzipped);
File logFile = new File(f.getParentFile(), unzipped.getName() + IndexBatchCreator.GEN_LOG_EXT);