From 97e1062524f8769672b45454a4e9a5988c783673 Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Thu, 21 May 2015 13:08:48 +0200 Subject: [PATCH] mx_mysql: Remove duplicate debug message --- mx_mysql.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mx_mysql.c b/mx_mysql.c index cd002b3..2d25f55 100644 --- a/mx_mysql.c +++ b/mx_mysql.c @@ -765,7 +765,6 @@ static int mx_mysql_real_connect(struct mx_mysql *mysql, const char *host, const return 0; } - mx_log_debug("ERROR: mysql_real_connect(): %s", mx__mysql_error(mysql)); return res; }