Core/Logging: Change a few more logging messages to LOG_FILTER_SERVER_LOADING

consistency!
This commit is contained in:
Nay
2012-08-16 21:37:46 +01:00
parent 21fb427ffc
commit 69c74bb3c5
10 changed files with 52 additions and 52 deletions

View File

@@ -93,7 +93,7 @@ void LoadWeatherData()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 weather definitions. DB table `game_weather` is empty.");
sLog->outError(LOG_FILTER_SERVER_LOADING, ">> Loaded 0 weather definitions. DB table `game_weather` is empty.");
return;
}