summaryrefslogtreecommitdiff
path: root/server/src/sessionparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/sessionparser.cc')
-rw-r--r--server/src/sessionparser.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/src/sessionparser.cc b/server/src/sessionparser.cc
index d9e2c9a..349b17b 100644
--- a/server/src/sessionparser.cc
+++ b/server/src/sessionparser.cc
@@ -178,8 +178,7 @@ void SessionParser::parseError(const char *buf, size_t len,
std::string xml;
if(buf && len) xml.append(buf, len);
- ERR(sessionparser, "\tBuffer %u bytes: [%s]\n",
- len, xml.c_str());
+ ERR(sessionparser, "\tBuffer %u bytes: [%s]\n", (int)len, xml.c_str());
fflush(stderr);