From fa9ab6c76872a16ec82a5bbbe38ea400cb639971 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 29 Aug 2013 16:09:11 +0200 Subject: [PATCH] Build fix. --- lib/base/dynamicobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base/dynamicobject.cpp b/lib/base/dynamicobject.cpp index 6232fb613..983dbab6d 100644 --- a/lib/base/dynamicobject.cpp +++ b/lib/base/dynamicobject.cpp @@ -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); } -- 2.40.0