Skip to content

Commit

Permalink
Logging for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jrg committed Oct 31, 2017
1 parent 1a2cb16 commit 1daa503
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -122,6 +122,7 @@ public boolean accept(File dir, String name) {
// New H3 job.
jobmonitor = Heritrix3WrapperManager.getJobMonitor(jobId, environment);
} catch (IOException e) {
LOG.debug("IOException assigning to jobmonitor");
}
}
filterJobMonitorMap.put(jobId, jobmonitor);
Expand Down

0 comments on commit 1daa503

Please sign in to comment.