Commit c3a1cd35 authored by Jan Lindström's avatar Jan Lindström

Silence "WSREP: Server initial position ..." message when wsrep-debug=OFF

parent f7a511fb
...@@ -593,7 +593,7 @@ static std::string wsrep_server_working_dir() ...@@ -593,7 +593,7 @@ static std::string wsrep_server_working_dir()
static wsrep::gtid wsrep_server_initial_position() static wsrep::gtid wsrep_server_initial_position()
{ {
wsrep::gtid ret; wsrep::gtid ret;
WSREP_INFO("Server initial position: %s", wsrep_start_position); WSREP_DEBUG("Server initial position: %s", wsrep_start_position);
std::istringstream is(wsrep_start_position); std::istringstream is(wsrep_start_position);
is >> ret; is >> ret;
return ret; return ret;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment