From 7d27d1ccb1a00c0718597d45d02323e01770f294 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:25 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error updating password in database: %s, %s --- ucs/database.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ucs/database.cpp b/ucs/database.cpp index 12ea39bc2..d7ebffbdb 100644 --- a/ucs/database.cpp +++ b/ucs/database.cpp @@ -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()); }