1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

M #-: Typo

This commit is contained in:
Ruben S. Montero 2020-07-06 18:15:22 +02:00
parent be46721278
commit 64350807c4
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -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);