Fixed logging statement.
This commit is contained in:
parent
85999058e0
commit
517b575c7f
|
@ -314,7 +314,7 @@ public abstract class SelectorManager extends AbstractLifeCycle implements Dumpa
|
|||
if (isRunning())
|
||||
LOG.warn("Exception while notifying connection " + connection, x);
|
||||
else
|
||||
LOG.debug("Exception while notifying connection {}",connection, x);
|
||||
LOG.debug("Exception while notifying connection " + connection, x);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue