Fix typo in database update error message

This commit is contained in:
dordsor whitwell 2018-03-07 21:02:19 +00:00 committed by GitHub
parent 1cd30b84d5
commit 7dcb85d5d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -317,7 +317,7 @@ public class SQLManager implements AbstractDB {
} catch (Throwable e) {
PS.debug("============ DATABASE ERROR ============");
PS.debug("There was an error updating the database.");
PS.debug(" - It will be correct on shutdown");
PS.debug(" - It will be corrected on shutdown");
PS.debug("========================================");
e.printStackTrace();
PS.debug("========================================");
@ -367,7 +367,7 @@ public class SQLManager implements AbstractDB {
} catch (Throwable e) {
PS.debug("============ DATABASE ERROR ============");
PS.debug("There was an error updating the database.");
PS.debug(" - It will be correct on shutdown");
PS.debug(" - It will be corrected on shutdown");
PS.debug("========================================");
e.printStackTrace();
PS.debug("========================================");
@ -412,7 +412,7 @@ public class SQLManager implements AbstractDB {
} catch (Throwable e) {
PS.debug("============ DATABASE ERROR ============");
PS.debug("There was an error updating the database.");
PS.debug(" - It will be correct on shutdown");
PS.debug(" - It will be corrected on shutdown");
PS.debug("========================================");
e.printStackTrace();
PS.debug("========================================");
@ -457,7 +457,7 @@ public class SQLManager implements AbstractDB {
} catch (Throwable e) {
PS.debug("============ DATABASE ERROR ============");
PS.debug("There was an error updating the database.");
PS.debug(" - It will be correct on shutdown");
PS.debug(" - It will be corrected on shutdown");
PS.debug("========================================");
e.printStackTrace();
PS.debug("========================================");
@ -486,7 +486,7 @@ public class SQLManager implements AbstractDB {
} catch (Throwable e) {
PS.debug("============ DATABASE ERROR ============");
PS.debug("There was an error updating the database.");
PS.debug(" - It will be correct on shutdown");
PS.debug(" - It will be corrected on shutdown");
PS.debug("========================================");
e.printStackTrace();
PS.debug("========================================");