mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-03 16:22:35 +03:00
Fixed typo for issue #68
This commit is contained in:
committed by
Teemu Ollakka
parent
e7d72ae7f6
commit
ad5d8ea066
@ -843,7 +843,7 @@ void wsrep::server_state::on_view(const wsrep::view& view,
|
||||
<< " id: " << view.state_id() << "\n"
|
||||
<< " seqno: " << view.view_seqno() << "\n"
|
||||
<< " status: " << view.status() << "\n"
|
||||
<< " prococol_version: " << view.protocol_version() << "\n"
|
||||
<< " protocol_version: " << view.protocol_version() << "\n"
|
||||
<< " own_index: " << view.own_index() << "\n"
|
||||
<< " final: " << view.final() << "\n"
|
||||
<< " members";
|
||||
|
Reference in New Issue
Block a user