mirror of https://github.com/Icinga/icinga2.git
Add log message to DynamicObject::RestoreObjects().
This commit is contained in:
parent
52b645ed17
commit
4800329410
|
@ -278,6 +278,7 @@ void DynamicObject::RestoreObjects(const String& filename, int attributeTypes)
|
|||
|
||||
if (object) {
|
||||
ASSERT(!object->IsActive());
|
||||
Log(LogDebug, "base", "Restoring object '" + name + "' of type '" + type "'.");
|
||||
object->Deserialize(update, attributeTypes);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue