Commit e514d304 authored by Karsten Loesing's avatar Karsten Loesing
Browse files

Make logging of processed bridge descriptor tarballs more verbose.

This is not as important for normal operation (though also not
harmful), but having some sort of progress indicator for processing
months or even years of data can be really helpful.
parent ae5c53cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ public class BridgeSnapshotReader {
          filesInInputDir.addAll(files);
        } else { /*if (!parsed.contains(pop.getName())) {*/
          try {
            logger.debug("Importing file " + pop.getName());
            long lastModified = pop.lastModified();
            FileInputStream in = new FileInputStream(pop);
            if (in.available() > 0) {