Remove Duplicative MySQL Error: Error updating Owner in database: %s, %s

This commit is contained in:
Akkadius 2015-01-19 05:25:32 -06:00
parent aae4691a6e
commit 86c82718ec

View File

@ -281,7 +281,6 @@ void Database::SetChannelOwner(std::string channelName, std::string owner) {
owner.c_str(), channelName.c_str());
auto results = QueryDatabase(query);
if(!results.Success())
Log.Out(Logs::Detail, Logs::UCS_Server, "Error updating Owner in database: %s, %s", query.c_str(), results.ErrorMessage().c_str());
}