mirror of
https://gitee.com/wangbin579/cetus.git
synced 2024-11-30 02:47:35 +08:00
Merge pull request #107 from tsthght/enhance/log-level
adjust log level
This commit is contained in:
commit
1681a06255
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user