Improving logging for failure in onTimeout listener
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
b15b37f944
commit
cc7975206c
|
@ -663,8 +663,7 @@ public class HttpChannelState
|
|||
}
|
||||
catch (Throwable x)
|
||||
{
|
||||
LOG.warn(x + " while invoking onTimeout listener " + listener);
|
||||
LOG.debug(x);
|
||||
LOG.warn("{} while invoking onTimeout listener {}", x, listener, x);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue