clientthread: log exceptions at error level
This commit is contained in:
@@ -104,7 +104,7 @@ public class ClientThread
|
|||||||
}
|
}
|
||||||
catch (Throwable e)
|
catch (Throwable e)
|
||||||
{
|
{
|
||||||
log.warn("Exception in invoke", e);
|
log.error("Exception in invoke", e);
|
||||||
}
|
}
|
||||||
if (remove)
|
if (remove)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user