fixed typo in logs sending..
This commit is contained in:
parent
e5d9d17a23
commit
5692b5d9e4
@ -79,7 +79,7 @@ public class RedisController extends BinaryJedisPubSub implements Runnable {
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
isConnecting.set(false);
|
isConnecting.set(false);
|
||||||
isConnectionBroken.set(true);
|
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) {
|
if (debugMode) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user