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:
parent
32606c23c8
commit
74665bc235
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user