1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-03 16:22:35 +03:00

codership/wsrep-lib#71 to make output cleaner with additional space

This commit is contained in:
Shahriyar Rzayev
2019-02-08 13:46:34 +04:00
parent ad5d8ea066
commit 4eb6074e67

View File

@ -338,7 +338,7 @@ int wsrep::server_state::load_provider(const std::string& provider_spec,
const std::string& provider_options)
{
wsrep::log_info() << "Loading provider " << provider_spec
<< "initial position: " << initial_position_;
<< " initial position: " << initial_position_;
provider_ = wsrep::provider::make_provider(*this,
provider_spec,