Remove Duplicative MySQL Error: Error %s: '%s': %s

This commit is contained in:
Akkadius 2015-01-19 05:26:13 -06:00
parent cacf9df269
commit 315f5e0ca4

View File

@ -862,7 +862,6 @@ bool BaseGuildManager::QueryWithLogging(std::string query, const char *errmsg) {
if (!results.Success())
{
Log.Out(Logs::Detail, Logs::Guilds, "Error %s: '%s': %s", errmsg, query.c_str(), results.ErrorMessage().c_str());
return(false);
}