mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +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);
|
safe_delete_array(escBody);
|
||||||
auto results = QueryDatabase(query);
|
auto results = QueryDatabase(query);
|
||||||
if(!results.Success()) {
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user