mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-11 05:17:41 +03:00
M #-: Typo
This commit is contained in:
parent
be46721278
commit
64350807c4
@ -217,7 +217,7 @@ int RaftReplicaThread::replicate()
|
|||||||
{
|
{
|
||||||
std::ostringstream oss;
|
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;
|
<< " on follower: " << follower_id << ", error: " << error;
|
||||||
|
|
||||||
NebulaLog::log("RCM", Log::DEBUG, oss);
|
NebulaLog::log("RCM", Log::DEBUG, oss);
|
||||||
|
Loading…
Reference in New Issue
Block a user