From 76312eefd875932345628d11038dac75550d5efc Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 27 Jun 2013 19:45:57 +0300 Subject: Add missing space in debuging packet messages. --- src/net/tmwa/messagein.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/tmwa/messagein.cpp') diff --git a/src/net/tmwa/messagein.cpp b/src/net/tmwa/messagein.cpp index 67cacf504..a9a2ce5a5 100644 --- a/src/net/tmwa/messagein.cpp +++ b/src/net/tmwa/messagein.cpp @@ -77,7 +77,7 @@ int32_t MessageIn::readInt32() } mPos += 4; PacketCounters::incInBytes(4); - DEBUGLOG("readInt32:" + toStringPrint(value)); + DEBUGLOG("readInt32: " + toStringPrint(value)); return value; } -- cgit v1.2.3-70-g09d2