Issue #2525 - Clean up SharedBlockingCallback.
Cosmetics. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
faaa64c5b4
commit
d8795350a4
|
@ -172,11 +172,11 @@ public class SharedBlockingCallback
|
|||
}
|
||||
else
|
||||
{
|
||||
LOG.warn("Failed {} in {}",cause.toString(),_state.toString());
|
||||
LOG.warn("Failed after {}: {}", _state, cause);
|
||||
if (LOG.isDebugEnabled())
|
||||
{
|
||||
LOG.debug(cause);
|
||||
LOG.debug(_state);
|
||||
LOG.debug(cause);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue