mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-25 10:48:20 +02:00
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) {
|
if (object) {
|
||||||
ASSERT(!object->IsActive());
|
ASSERT(!object->IsActive());
|
||||||
|
Log(LogDebug, "base", "Restoring object '" + name + "' of type '" + type "'.");
|
||||||
object->Deserialize(update, attributeTypes);
|
object->Deserialize(update, attributeTypes);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user