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