Rename LoadLogSettings to LoadLogSettingsDefaults

This commit is contained in:
Akkadius
2015-01-16 00:07:30 -06:00
parent 0d2c396680
commit 70fbf23d27
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ void ExportBaseData(SharedDatabase *db);
int main(int argc, char **argv) {
RegisterExecutablePlatform(ExePlatformClientExport);
logger.LoadLogSettings();
logger.LoadLogSettingsDefaults();
set_exception_handler();
logger.Log(EQEmuLogSys::Status, "Client Files Export Utility");
+1 -1
View File
@@ -33,7 +33,7 @@ void ImportBaseData(SharedDatabase *db);
int main(int argc, char **argv) {
RegisterExecutablePlatform(ExePlatformClientImport);
logger.LoadLogSettings();
logger.LoadLogSettingsDefaults();
set_exception_handler();
logger.Log(EQEmuLogSys::Status, "Client Files Import Utility");