[Logs] Show local_address in correct location (#1721)

This commit is contained in:
JJ 2021-11-12 05:54:21 -05:00 committed by GitHub
parent dc1c7bb284
commit 7d495c56b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -614,7 +614,7 @@ void ZoneServer::HandleMessage(uint16 opcode, const EQ::Net::Packet &p) {
if (sci->local_address[0]) { if (sci->local_address[0]) {
strn0cpy(client_local_address, sci->local_address, 250); strn0cpy(client_local_address, sci->local_address, 250);
LogInfo("Zone specified local address [{}]", sci->address); LogInfo("Zone specified local address [{}]", sci->local_address);
} }
if (sci->process_id) { if (sci->process_id) {