Skip to content

Commit

Permalink
Merge pull request #451 from shinguz/patch-1
Browse files Browse the repository at this point in the history
Update saved_state.cpp
  • Loading branch information
philip-galera committed Feb 16, 2017
2 parents 7e383f7 + 522c2f9 commit 2f497c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galera/src/saved_state.cpp
Expand Up @@ -113,7 +113,7 @@ SavedState::SavedState (const std::string& file) :
}

log_info << "Found saved state: " << uuid_ << ':' << seqno_
<< ", safe_to_bootsrap: " << safe_to_bootstrap_;
<< ", safe_to_bootstrap: " << safe_to_bootstrap_;

#if 0 // we'll probably have it legal
if (seqno_ < 0 && uuid_ != WSREP_UUID_UNDEFINED)
Expand Down

0 comments on commit 2f497c1

Please sign in to comment.