Skip to content
Permalink
Browse files
Silence "WSREP: Server initial position ..." message when wsrep-debug…
…=OFF
  • Loading branch information
Jan Lindström committed Jan 24, 2019
1 parent f7a511f commit c3a1cd3
Showing 1 changed file with 1 addition and 1 deletion.
@@ -593,7 +593,7 @@ static std::string wsrep_server_working_dir()
static wsrep::gtid wsrep_server_initial_position()
{
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);
is >> ret;
return ret;

0 comments on commit c3a1cd3

Please sign in to comment.