From fb93ce57f9f2a252f6f7edf06fb13e1dc11a5543 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Sun, 26 Feb 2017 14:12:18 +0200 Subject: [PATCH] [Server] Fix debug message --- apps/openmw-mp/Networking.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/openmw-mp/Networking.cpp b/apps/openmw-mp/Networking.cpp index 3eb51273b..ef88ca0c5 100644 --- a/apps/openmw-mp/Networking.cpp +++ b/apps/openmw-mp/Networking.cpp @@ -185,8 +185,7 @@ void Networking::processPlayerPacket(RakNet::Packet *packet) if (other == nullptr) { - LOG_APPEND(Log::LOG_INFO, "- Tried to exchange information with nullptr!\n- Please report this to a developer", - other->npc.mName.c_str()); + LOG_APPEND(Log::LOG_INFO, "- Tried to exchange information with nullptr!\n- Please report this to a developer"); } else {