Merge pull request #107 from tsthght/enhance/log-level

adjust log level
This commit is contained in:
tsthght 2018-07-29 11:15:57 +08:00 committed by GitHub
commit 1681a06255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1156,7 +1156,7 @@ process_query_or_stmt_prepare(network_mysqld_con *con, proxy_plugin_con_t *st,
*disp_flag = PROXY_SEND_RESULT;
return 0;
} else if (context->rc == PARSE_UNRECOGNIZED) {
g_message("%s SQL unrecognized: %s", G_STRLOC, con->orig_sql->str);
g_debug("%s SQL unrecognized: %s", G_STRLOC, con->orig_sql->str);
}
/* forbid force write on slave */