Build fix.

This commit is contained in:
Gunnar Beutner 2013-08-29 16:09:11 +02:00
parent 4800329410
commit fa9ab6c768
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ void DynamicObject::RestoreObjects(const String& filename, int attributeTypes)
if (object) {
ASSERT(!object->IsActive());
Log(LogDebug, "base", "Restoring object '" + name + "' of type '" + type "'.");
Log(LogDebug, "base", "Restoring object '" + name + "' of type '" + type + "'.");
object->Deserialize(update, attributeTypes);
}