mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Port Status messages from Type to Category
This commit is contained in:
@@ -76,7 +76,7 @@ bool Database::Connect(const char* host, const char* user, const char* passwd, c
|
||||
}
|
||||
else
|
||||
{
|
||||
Log.Log(EQEmuLogSys::Status, "Using database '%s' at %s:%d",database,host,port);
|
||||
Log.DebugCategory(EQEmuLogSys::General, EQEmuLogSys::Status, "Using database '%s' at %s:%d",database,host,port);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user