clientthread: log exceptions at error level

This commit is contained in:
Adam
2022-03-23 23:04:54 -04:00
parent 7c60630206
commit 311b77a127

View File

@@ -104,7 +104,7 @@ public class ClientThread
}
catch (Throwable e)
{
log.warn("Exception in invoke", e);
log.error("Exception in invoke", e);
}
if (remove)
{