mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 03:25:19 +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 {
|
||||
this.connectionFactory.shutdown();
|
||||
} 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