mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2025-10-29 17:42:49 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ namespace OpenWifi {
|
||||
|
||||
Logger().information("Starting to reconcile board information.");
|
||||
for(const auto &[board_id, watcher]:Watchers_) {
|
||||
std::cout << "Updating: " << board_id << std::endl;
|
||||
Logger().information(fmt::format("Updating: {}", board_id));
|
||||
UpdateBoard(board_id);
|
||||
}
|
||||
Logger().information("Finished reconciling board information.");
|
||||
|
||||
Reference in New Issue
Block a user