mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-27 09:06:42 -04:00
Build fix.
This commit is contained in:
parent
4800329410
commit
fa9ab6c768
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue