no change

mixer
Hai Brenner 2016-08-02 14:22:21 +03:00
parent afed4fb510
commit c78b78aa3c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public abstract class AsyncRunnableOutputDevice implements BallotOutputDevice, R
handleSingleCommand(command);
}
catch (InterruptedException e) {
logger.warn ("Interrupted while reading from command queue " + e);
logger.warn("Interrupted while reading from command queue " + e);
}
}
}