* BdbMultipleWorkQueues.java

improve detail of logging of error that's been seen in some checkpoint-resume situations
This commit is contained in:
gojomo
2010-09-09 23:20:47 +00:00
parent de551ced58
commit 3861c8caa4
@@ -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());
}
}