mirror of https://github.com/Icinga/icinga2.git
parent
464e7f0e9f
commit
934fb64b9e
|
@ -140,8 +140,8 @@ Value ApiListener::ConfigUpdateObjectAPIHandler(const MessageOrigin::Ptr& origin
|
|||
if (objVersion <= object->GetVersion()) {
|
||||
Log(LogNotice, "ApiListener")
|
||||
<< "Discarding config update for object '" << object->GetName()
|
||||
<< "': Object version " << object->GetVersion()
|
||||
<< " is more recent than the received version " << objVersion << ".";
|
||||
<< "': Object version " << std::fixed << object->GetVersion()
|
||||
<< " is more recent than the received version " << std::fixed << objVersion << ".";
|
||||
|
||||
return Empty;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue