mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralfms.git
synced 2026-01-27 10:23:12 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -93,7 +93,8 @@ namespace OpenWifi {
|
||||
}
|
||||
|
||||
// Now remove all DB entries that do not appear in the Latest manifest
|
||||
StorageService()->FirmwaresDB().RemoveOldDBEntriesNotInManifest(BucketContent);
|
||||
auto RemovedEntries = StorageService()->FirmwaresDB().RemoveOldDBEntriesNotInManifest(BucketContent);
|
||||
poco_information(Logger(),fmt::format("Removed {} DB entries that no longer are relevant.", RemovedEntries));
|
||||
|
||||
for(auto &[Release,BucketEntry]:BucketContent) {
|
||||
FMSObjects::Firmware F;
|
||||
|
||||
Reference in New Issue
Block a user