summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/xfirepacket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src/xfirepacket.cpp')
-rw-r--r--protocols/Xfire/src/xfirepacket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/xfirepacket.cpp b/protocols/Xfire/src/xfirepacket.cpp
index 955881863f..09632137da 100644
--- a/protocols/Xfire/src/xfirepacket.cpp
+++ b/protocols/Xfire/src/xfirepacket.cpp
@@ -65,7 +65,7 @@ namespace xfirelib {
XERROR2("Returned less than 5 ?!: %d\n",r);
throw SocketException("Connection Closed ?");
}
- XDEBUG2("Read %d bytes ...\n", r );
+ XDEBUG2("Read %d bytes...\n", r );
unsigned int len = ((unsigned char)buf[0]) + (((unsigned char)buf[1]) * 256);
int packetid = buf[2];