Skip to content
Snippets Groups Projects
Commit 30254eea authored by Danny Auble's avatar Danny Auble
Browse files

fix for removing extra debug

parent ebeaa9c2
No related branches found
No related tags found
No related merge requests found
...@@ -1519,10 +1519,10 @@ static int _process_modify_assoc_results(mysql_conn_t *mysql_conn, ...@@ -1519,10 +1519,10 @@ static int _process_modify_assoc_results(mysql_conn_t *mysql_conn,
assoc_table, account, assoc_table, account,
cluster_name, 0, cluster_name, 0,
get_parent_limits_select); get_parent_limits_select);
debug("%d(%s:%d) query\n%s", debug4("%d(%s:%d) query\n%s",
mysql_conn->conn, THIS_FILE, __LINE__, query); mysql_conn->conn, THIS_FILE, __LINE__, query);
if(!(result2 = mysql_db_query_ret( if (!(result2 = mysql_db_query_ret(
mysql_conn, query, 1))) { mysql_conn, query, 1))) {
xfree(query); xfree(query);
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment