UpdateConfigObject(object, MessageOrigin::Ptr(), aclient);
}
}
+
+ Log(LogInformation, "ApiListener")
+ << "Finished syncing runtime objects to endpoint '" << endpoint->GetName() << "'.";
}
continue;
Log(LogInformation, "ApiListener")
- << "Syncing " << (zone->IsGlobal() ? "global " : "")
+ << "Syncing configuration files for " << (zone->IsGlobal() ? "global " : "")
<< "zone '" << zone->GetName() << "' to endpoint '" << endpoint->GetName() << "'.";
ConfigDirInformation config = LoadConfigDir(zonesDir + "/" + zone->GetName());