From b866b989898da6122efb86c6bc0147988e76585c Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:55 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error expiring trash messages, %s %s --- ucs/database.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ucs/database.cpp b/ucs/database.cpp index e17606558..8dc44e2d4 100644 --- a/ucs/database.cpp +++ b/ucs/database.cpp @@ -515,7 +515,6 @@ void Database::ExpireMail() { if(results.Success()) Log.Out(Logs::Detail, Logs::UCS_Server, "Expired %i trash messages.", results.RowsAffected()); else - Log.Out(Logs::Detail, Logs::UCS_Server, "Error expiring trash messages, %s %s", query.c_str(), results.ErrorMessage().c_str()); }