diff --git a/lib/base/dynamicobject.cpp b/lib/base/dynamicobject.cpp index 2ec88cbdf..6232fb613 100644 --- a/lib/base/dynamicobject.cpp +++ b/lib/base/dynamicobject.cpp @@ -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); }