no change
parent
afed4fb510
commit
c78b78aa3c
|
@ -40,7 +40,7 @@ public abstract class AsyncRunnableOutputDevice implements BallotOutputDevice, R
|
||||||
handleSingleCommand(command);
|
handleSingleCommand(command);
|
||||||
}
|
}
|
||||||
catch (InterruptedException e) {
|
catch (InterruptedException e) {
|
||||||
logger.warn ("Interrupted while reading from command queue " + e);
|
logger.warn("Interrupted while reading from command queue " + e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue