mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-02-24 07:41:33 +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 {
|
||||
return DataSource.DataSourceType.valueOf(configFile.getString(key, "sqlite").toUpperCase());
|
||||
} 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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user