mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-04 09:10:17 +01:00
Fix typo in database update error message
This commit is contained in:
parent
1cd30b84d5
commit
7dcb85d5d4
@ -317,7 +317,7 @@ public class SQLManager implements AbstractDB {
|
|||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
PS.debug("============ DATABASE ERROR ============");
|
PS.debug("============ DATABASE ERROR ============");
|
||||||
PS.debug("There was an error updating the database.");
|
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("========================================");
|
PS.debug("========================================");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
PS.debug("========================================");
|
PS.debug("========================================");
|
||||||
@ -367,7 +367,7 @@ public class SQLManager implements AbstractDB {
|
|||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
PS.debug("============ DATABASE ERROR ============");
|
PS.debug("============ DATABASE ERROR ============");
|
||||||
PS.debug("There was an error updating the database.");
|
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("========================================");
|
PS.debug("========================================");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
PS.debug("========================================");
|
PS.debug("========================================");
|
||||||
@ -412,7 +412,7 @@ public class SQLManager implements AbstractDB {
|
|||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
PS.debug("============ DATABASE ERROR ============");
|
PS.debug("============ DATABASE ERROR ============");
|
||||||
PS.debug("There was an error updating the database.");
|
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("========================================");
|
PS.debug("========================================");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
PS.debug("========================================");
|
PS.debug("========================================");
|
||||||
@ -457,7 +457,7 @@ public class SQLManager implements AbstractDB {
|
|||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
PS.debug("============ DATABASE ERROR ============");
|
PS.debug("============ DATABASE ERROR ============");
|
||||||
PS.debug("There was an error updating the database.");
|
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("========================================");
|
PS.debug("========================================");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
PS.debug("========================================");
|
PS.debug("========================================");
|
||||||
@ -486,7 +486,7 @@ public class SQLManager implements AbstractDB {
|
|||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
PS.debug("============ DATABASE ERROR ============");
|
PS.debug("============ DATABASE ERROR ============");
|
||||||
PS.debug("There was an error updating the database.");
|
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("========================================");
|
PS.debug("========================================");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
PS.debug("========================================");
|
PS.debug("========================================");
|
||||||
|
Loading…
Reference in New Issue
Block a user