Skip to content

Commit

Permalink
mx_mysql: Remove duplicate debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed May 21, 2015
1 parent c669d64 commit 97e1062
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mx_mysql.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 97e1062

Please sign in to comment.