mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Rename LoadLogSettings to LoadLogSettingsDefaults
This commit is contained in:
@@ -37,7 +37,7 @@ EQEmuLogSys logger;
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
RegisterExecutablePlatform(ExePlatformSharedMemory);
|
||||
logger.LoadLogSettings();
|
||||
logger.LoadLogSettingsDefaults();
|
||||
set_exception_handler();
|
||||
|
||||
logger.Log(EQEmuLogSys::Status, "Shared Memory Loader Program");
|
||||
|
||||
Reference in New Issue
Block a user