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:
@ -338,7 +338,7 @@ int wsrep::server_state::load_provider(const std::string& provider_spec,
|
|||||||
const std::string& provider_options)
|
const std::string& provider_options)
|
||||||
{
|
{
|
||||||
wsrep::log_info() << "Loading provider " << provider_spec
|
wsrep::log_info() << "Loading provider " << provider_spec
|
||||||
<< "initial position: " << initial_position_;
|
<< " initial position: " << initial_position_;
|
||||||
|
|
||||||
provider_ = wsrep::provider::make_provider(*this,
|
provider_ = wsrep::provider::make_provider(*this,
|
||||||
provider_spec,
|
provider_spec,
|
||||||
|
Reference in New Issue
Block a user