mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Port Status messages from Type to Category
This commit is contained in:
+2
-2
@@ -61,7 +61,7 @@ PathManager* PathManager::LoadPathFile(const char* ZoneName)
|
||||
|
||||
if(Ret->loadPaths(PathFile))
|
||||
{
|
||||
Log.Log(EQEmuLogSys::Status, "Path File %s loaded.", ZonePathFileName);
|
||||
Log.DebugCategory(EQEmuLogSys::General, EQEmuLogSys::Status, "Path File %s loaded.", ZonePathFileName);
|
||||
|
||||
}
|
||||
else
|
||||
@@ -109,7 +109,7 @@ bool PathManager::loadPaths(FILE *PathFile)
|
||||
|
||||
fread(&Head, sizeof(Head), 1, PathFile);
|
||||
|
||||
Log.Log(EQEmuLogSys::Status, "Path File Header: Version %ld, PathNodes %ld",
|
||||
Log.DebugCategory(EQEmuLogSys::General, EQEmuLogSys::Status, "Path File Header: Version %ld, PathNodes %ld",
|
||||
(long)Head.version, (long)Head.PathNodeCount);
|
||||
|
||||
if(Head.version != 2)
|
||||
|
||||
Reference in New Issue
Block a user