CIDR-debugger: spaces in file paths

This commit is contained in:
Anton Makeev
2010-07-19 16:43:20 +04:00
parent 050c064f01
commit 09ea572173
@@ -85,7 +85,7 @@ public class QueueProcessor<T> {
myProcessor.consume(next);
}
catch (Exception e) {
LOG.error(e);
LOG.warn(e);
}
synchronized (myQueue) {