mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-25 15:16:24 +00:00
* BdbMultipleWorkQueues.java
improve detail of logging of error that's been seen in some checkpoint-resume situations
This commit is contained in:
@@ -337,7 +337,7 @@ public class BdbMultipleWorkQueues {
|
||||
}
|
||||
|
||||
if (status!=OperationStatus.SUCCESS) {
|
||||
LOGGER.severe("URI enqueueing failed; "+status+ " "+curi);
|
||||
LOGGER.log(Level.SEVERE,"URI enqueueing failed; "+status+ " "+curi, new RuntimeException());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user