diff options
author | Spp <spp@jorge.gr> | 2012-08-16 11:02:46 +0200 |
---|---|---|
committer | Spp <spp@jorge.gr> | 2012-08-16 11:02:46 +0200 |
commit | a566e3e58bc54635c0caa019f6fdbe6f7adf8ceb (patch) | |
tree | 568e88db5fffc49d0581662b7aec48001e35c28e /src/server/game/Scripting/ScriptMgr.cpp | |
parent | 3c42401d662104145bf55a6550b432dd8a4428e2 (diff) |
Core/Logging: Move more log messages to LOG_FILTER_SERVER_LOADING
Diffstat (limited to 'src/server/game/Scripting/ScriptMgr.cpp')
-rwxr-xr-x | src/server/game/Scripting/ScriptMgr.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/server/game/Scripting/ScriptMgr.cpp b/src/server/game/Scripting/ScriptMgr.cpp index f5adf67a9ab..98675f118e1 100755 --- a/src/server/game/Scripting/ScriptMgr.cpp +++ b/src/server/game/Scripting/ScriptMgr.cpp @@ -251,13 +251,12 @@ void ScriptMgr::Initialize() LoadDatabase(); - sLog->outInfo(LOG_FILTER_TSCR, "Loading C++ scripts"); + sLog->outInfo(LOG_FILTER_SERVER_LOADING, "Loading C++ scripts"); FillSpellSummary(); AddScripts(); - sLog->outInfo(LOG_FILTER_TSCR, ">> Loaded %u C++ scripts in %u ms", GetScriptCount(), GetMSTimeDiffToNow(oldMSTime)); - + sLog->outInfo(LOG_FILTER_SERVER_LOADING, ">> Loaded %u C++ scripts in %u ms", GetScriptCount(), GetMSTimeDiffToNow(oldMSTime)); } void ScriptMgr::Unload() |