oops
This commit is contained in:
parent
c3b829b68f
commit
8d81b770a5
4 changed files with 30 additions and 44 deletions
|
@ -31,7 +31,7 @@ fn Config::getInstance() -> Config {
|
|||
try {
|
||||
const fs::path configPath = GetConfigPath();
|
||||
if (!fs::exists(configPath)) {
|
||||
DEBUG_LOG("Config file not found, using defaults");
|
||||
WARN_LOG("Config file not found, using defaults");
|
||||
return Config {};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue