1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

M #-: Fix typo

This commit is contained in:
Tino Vazquez 2020-09-10 15:56:28 +02:00
parent 32606c23c8
commit 74665bc235
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -51,7 +51,7 @@ static void log_message(const monitor_msg_t& msg)
localtime_r(&ts, &tms);
oss << "[" << tms.tm_hour << ":" << tms.tm_min << ":" << tms.tm_sec
<< "] Recieved " << msg.type_str() << " message from host "
<< "] Received " << msg.type_str() << " message from host "
<< msg.oid() << ":\n" << msg.payload();
NebulaLog::ddebug("MDP", oss.str());