From 8f96ca22c150d53ac0642e51a3ee5f56f1b00b88 Mon Sep 17 00:00:00 2001 From: Koncord Date: Mon, 27 Feb 2017 16:25:29 +0800 Subject: [PATCH] [Server] Fix typo in RakNet name --- apps/openmw-mp/Networking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw-mp/Networking.cpp b/apps/openmw-mp/Networking.cpp index 9eda4a0f5..df57f452c 100644 --- a/apps/openmw-mp/Networking.cpp +++ b/apps/openmw-mp/Networking.cpp @@ -746,7 +746,7 @@ void Networking::update(RakNet::Packet *packet) } else { - LOG_MESSAGE_SIMPLE(Log::LOG_WARN, "Unhandled Raknet packet with identifier %i has arrived", + LOG_MESSAGE_SIMPLE(Log::LOG_WARN, "Unhandled RakNet packet with identifier %i has arrived", packet->data[0]); } }