[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

@ -259,7 +259,7 @@ static uint32 ReadDBCBuild(const std::string& dbc_path, LocaleNameStr const* loc
static bool LoadDBC_assert_print(uint32 fsize,uint32 rsize, const std::string& filename)
{
sLog.outError("ERROR: Size of '%s' setted by format string (%u) not equal size of C++ structure (%u).",filename.c_str(),fsize,rsize);
sLog.outError("Size of '%s' setted by format string (%u) not equal size of C++ structure (%u).",filename.c_str(),fsize,rsize);
// ASSERT must fail after function call
return false;