summaryrefslogtreecommitdiff
path: root/server/src/macroparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/macroparser.cc')
-rw-r--r--server/src/macroparser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macroparser.cc b/server/src/macroparser.cc
index 8506a7b..683c1d5 100644
--- a/server/src/macroparser.cc
+++ b/server/src/macroparser.cc
@@ -375,7 +375,7 @@ void MacroParser::parseError(const char *buf, size_t len, std::string error, int
{
ERR_LOG(macro, "MacroParser[%s] error at line %d: %s\n",
file.c_str(), lineno, error.c_str());
- ERR_LOG(macro, "\tBuffer %u bytes: [", len);
+ ERR_LOG(macro, "\tBuffer %u bytes: [", (int)len);
if(fwrite(buf, len, 1, stderr) != len) {}
ERR_LOG(macro, "]\n");