mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-14 12:11:15 +02:00
Removed unnecessary conditionals from logging statements.
Very important stuff.
This commit is contained in:
@@ -70,8 +70,7 @@ class ReliabilityLayerImpl implements ReliabilityLayer, WriteHandler {
|
||||
}
|
||||
}
|
||||
} catch(InterruptedException e) {
|
||||
if(LOG.isLoggable(WARNING))
|
||||
LOG.warning("Interrupted while waiting to write");
|
||||
LOG.warning("Interrupted while waiting to write");
|
||||
Thread.currentThread().interrupt();
|
||||
running = false;
|
||||
} catch(IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user