fixed typo in logs sending..

This commit is contained in:
mohammed jasem alaajel 2020-12-26 14:47:00 +04:00 committed by Govindas
parent 8aba280c17
commit b16ad58d16
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class RedisController extends BinaryJedisPubSub implements Runnable {
} catch (Exception e) {
isConnecting.set(false);
isConnectionBroken.set(true);
plugin.sendLogs("Connection has &kFAILED &cor Unable to connect to redis retrying to make connection...");
plugin.sendErrorLogs("Connection has &lFAILED &cor Unable to connect to redis retrying to make connection...");
if (debugMode) {
e.printStackTrace();
}