[10583] Remove dual ERROR in logs

This commit is contained in:
VladimirMangos 2010-10-07 01:56:57 +04:00
parent f41909a14b
commit 15e6c17158
5 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,7 @@ class ByteBufferException
void PrintPosError() const
{
sLog.outError("ERROR: Attempted to %s in ByteBuffer (pos: " SIZEFMTD " size: "SIZEFMTD") value with size: " SIZEFMTD,
sLog.outError("Attempted to %s in ByteBuffer (pos: " SIZEFMTD " size: "SIZEFMTD") value with size: " SIZEFMTD,
(add ? "put" : "get"), pos, size, esize);
}
private: