mirror of
https://github.com/edubart/otclient.git
synced 2025-11-04 20:46:24 +01:00
change logger
This commit is contained in:
@@ -39,7 +39,7 @@ bool ParticleManager::load(const std::string& filename)
|
||||
}
|
||||
return true;
|
||||
} catch(stdext::exception& e) {
|
||||
logError("could not load particles: %s", e.what());
|
||||
g_logger.error(stdext::format("could not load particles: %s", e.what()));
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user