mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Build fix.
This commit is contained in:
parent
4800329410
commit
fa9ab6c768
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user