Logs::Spawns to LogSpawns

This commit is contained in:
Akkadius
2019-09-02 04:10:43 -05:00
parent 076d393f79
commit 3e4587cd57
3 changed files with 130 additions and 148 deletions
+2 -2
View File
@@ -419,7 +419,7 @@ bool LoginServer::Connect()
[this](EQ::Net::ServertalkClient *client) {
if (client) {
LogInfo(
"Connected to Loginserver: {0}:{1}",
"Connected to Loginserver: [{0}:{1}]",
LoginServerAddress,
LoginServerPort
);
@@ -436,7 +436,7 @@ bool LoginServer::Connect()
}
else {
LogInfo(
"Could not connect to Loginserver: {0}:{1}",
"Could not connect to Loginserver: [{0}:{1}]",
LoginServerAddress,
LoginServerPort
);