errbuf issue again

This commit is contained in:
Arthur Ice 2014-07-03 17:38:47 -07:00 committed by Arthur Ice
parent 4e25f4b68c
commit 87cb659dc2

View File

@ -869,7 +869,7 @@ void Database::GetCharName(uint32 char_id, char* name) {
if (!results.Success())
{
std::cerr << "Error in GetCharName query '" << query << "' " << errbuf << std::endl;
std::cerr << "Error in GetCharName query '" << query << "' " << results.ErrorMessage() << std::endl;
safe_delete_array(query);
return;
}