mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 20:08:37 +00:00
Move status log calls to use LogInfo
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ bool Database::Connect(const char* host, const char* user, const char* passwd, c
|
||||
}
|
||||
else
|
||||
{
|
||||
Log(Logs::General, Logs::Status, "Using database '%s' at %s:%d",database,host,port);
|
||||
LogInfo("Using database [{}] at [{}]:[{}]",database,host,port);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user