mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
correction
This commit is contained in:
parent
745ee750e0
commit
fae3a6aff4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 : "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue