mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-27 21:29:47 +01:00
Generify SqlStorage shutdown exception message (#3039)
This commit is contained in:
parent
a63be102cf
commit
8ae70990ad
@ -221,7 +221,7 @@ public class SqlStorage implements StorageImplementation {
|
|||||||
try {
|
try {
|
||||||
this.connectionFactory.shutdown();
|
this.connectionFactory.shutdown();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
this.plugin.getLogger().severe("Exception whilst disabling SQLite storage", e);
|
this.plugin.getLogger().severe("Exception whilst disabling SQL storage", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user