clientthread: log exceptions at error level

This commit is contained in:
Adam
2022-03-24 10:11:37 -04:00
parent 7c60630206
commit 311b77a127
@@ -104,7 +104,7 @@ public class ClientThread
}
catch (Throwable e)
{
log.warn("Exception in invoke", e);
log.error("Exception in invoke", e);
}
if (remove)
{