This commit is contained in:
Mars 2025-03-11 20:09:17 -04:00
parent c3b829b68f
commit 8d81b770a5
4 changed files with 30 additions and 44 deletions

View file

@ -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 {};
}