mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 14:21:37 +00:00
Remove Duplicative MySQL Error: Error updating password in database: %s, %s
This commit is contained in:
@@ -270,7 +270,6 @@ void Database::SetChannelPassword(std::string channelName, std::string password)
|
|||||||
password.c_str(), channelName.c_str());
|
password.c_str(), channelName.c_str());
|
||||||
auto results = QueryDatabase(query);
|
auto results = QueryDatabase(query);
|
||||||
if(!results.Success())
|
if(!results.Success())
|
||||||
Log.Out(Logs::Detail, Logs::UCS_Server, "Error updating password in database: %s, %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user