Update DatabaseCheckup.cs
This commit is contained in:
@@ -22,7 +22,7 @@ public class DatabaseCheckup
|
|||||||
Logger.Fatal("Unable to connect to mysql database");
|
Logger.Fatal("Unable to connect to mysql database");
|
||||||
Logger.Fatal("Please make sure the configuration is correct");
|
Logger.Fatal("Please make sure the configuration is correct");
|
||||||
Logger.Fatal("");
|
Logger.Fatal("");
|
||||||
Logger.Fatal("Moonlight will wait 1 minute, the exit");
|
Logger.Fatal("Moonlight will wait 1 minute, then exit");
|
||||||
Logger.Fatal("-----------------------------------------------");
|
Logger.Fatal("-----------------------------------------------");
|
||||||
|
|
||||||
Thread.Sleep(TimeSpan.FromMinutes(1));
|
Thread.Sleep(TimeSpan.FromMinutes(1));
|
||||||
|
|||||||
Reference in New Issue
Block a user