Core/Loading: Re-enable Server loading log

This commit is contained in:
Spp
2012-08-16 00:23:44 +02:00
parent ca2bc35713
commit 8a1e7dd070
23 changed files with 415 additions and 408 deletions

View File

@@ -83,7 +83,7 @@ void LoadGameObjectModelList()
}
fclose(model_list_file);
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u GameObject models in %u ms", uint32(model_list.size()), GetMSTimeDiffToNow(oldMSTime));
sLog->outInfo(LOG_FILTER_SERVER_LOADING, ">> Loaded %u GameObject models in %u ms", uint32(model_list.size()), GetMSTimeDiffToNow(oldMSTime));
}