Add log message to DynamicObject::RestoreObjects().

This commit is contained in:
Gunnar Beutner 2013-08-29 16:08:03 +02:00
parent 52b645ed17
commit 4800329410
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}