mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-02-24 15:51:31 +01:00
also change message
This commit is contained in:
parent
53590cf029
commit
e021a32f1f
@ -612,7 +612,7 @@ public final class Settings extends YamlConfiguration {
|
|||||||
try {
|
try {
|
||||||
return DataSource.DataSourceType.valueOf(configFile.getString(key, "sqlite").toUpperCase());
|
return DataSource.DataSourceType.valueOf(configFile.getString(key, "sqlite").toUpperCase());
|
||||||
} catch (IllegalArgumentException ex) {
|
} catch (IllegalArgumentException ex) {
|
||||||
ConsoleLogger.showError("Unknown database backend; defaulting to file database");
|
ConsoleLogger.showError("Unknown database backend; defaulting to sqlite database");
|
||||||
return DataSource.DataSourceType.SQLITE;
|
return DataSource.DataSourceType.SQLITE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user