diff --git a/sql/wsrep_plugin.cc b/sql/wsrep_plugin.cc index 83618a50637..743b8a593b8 100644 --- a/sql/wsrep_plugin.cc +++ b/sql/wsrep_plugin.cc @@ -20,13 +20,13 @@ static int wsrep_plugin_init(void *p) { - WSREP_INFO("wsrep_plugin_init()"); + WSREP_DEBUG("wsrep_plugin_init()"); return 0; } static int wsrep_plugin_deinit(void *p) { - WSREP_INFO("wsrep_plugin_deinit()"); + WSREP_DEBUG("wsrep_plugin_deinit()"); return 0; }