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