From: Gunnar Beutner Date: Thu, 29 Aug 2013 14:09:11 +0000 (+0200) Subject: Build fix. X-Git-Tag: v0.0.3~651 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa9ab6c76872a16ec82a5bbbe38ea400cb639971;p=icinga2 Build fix. --- 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); }