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())
|
if (isRunning())
|
||||||
LOG.warn("Exception while notifying connection " + connection, x);
|
LOG.warn("Exception while notifying connection " + connection, x);
|
||||||
else
|
else
|
||||||
LOG.debug("Exception while notifying connection {}",connection, x);
|
LOG.debug("Exception while notifying connection " + connection, x);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue