mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
M #-: Typo
This commit is contained in:
parent
be46721278
commit
64350807c4
@ -217,7 +217,7 @@ int RaftReplicaThread::replicate()
|
||||
{
|
||||
std::ostringstream oss;
|
||||
|
||||
oss << "Faild to replicate log record at index: " << next_index
|
||||
oss << "Failed to replicate log record at index: " << next_index
|
||||
<< " on follower: " << follower_id << ", error: " << error;
|
||||
|
||||
NebulaLog::log("RCM", Log::DEBUG, oss);
|
||||
|
Loading…
Reference in New Issue
Block a user