mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Remove Duplicative MySQL Error: SendMail: Query %s failed with error %s
This commit is contained in:
parent
7cceee14a1
commit
3a91ae92ab
@ -459,7 +459,6 @@ bool Database::SendMail(std::string recipient, std::string from, std::string sub
|
||||
safe_delete_array(escBody);
|
||||
auto results = QueryDatabase(query);
|
||||
if(!results.Success()) {
|
||||
Log.Out(Logs::Detail, Logs::UCS_Server, "SendMail: Query %s failed with error %s", query.c_str(), results.ErrorMessage().c_str());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user