correction

This commit is contained in:
sanctum32 2015-02-02 23:02:25 +00:00 committed by Antz
parent 745ee750e0
commit fae3a6aff4

View file

@ -82,7 +82,7 @@ class ByteBufferException
#endif
sLog.outError(
"Attempted to %s in ByteBuffer (pos: " SIZEFMTD " size: "SIZEFMTD") "
"Attempted to %s in ByteBuffer (pos: " SIZEFMTD " size: " SIZEFMTD ") "
"value with size: " SIZEFMTD "%s%s",
(add ? "put" : "get"), pos, size, esize,
traceStr ? "\n" : "", traceStr ? traceStr : "");