Issue #2525 - Clean up SharedBlockingCallback.

Cosmetics.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2018-05-15 17:05:24 +02:00
parent faaa64c5b4
commit d8795350a4
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}
}