mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 17:52:28 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -175,6 +175,7 @@ namespace OpenWifi {
|
||||
Logger().warning(N.content.details);
|
||||
}
|
||||
|
||||
std::cout << N.content.details << std::endl;
|
||||
WebSocketClientNotificationVenueUpdateJobCompletionToUser(UserInfo().email, N);
|
||||
Logger().information(fmt::format("Job {} Completed: {} updated, {} failed to update , {} bad configurations.",
|
||||
JobId(), Updated ,Failed, BadConfigs));
|
||||
|
||||
@@ -127,6 +127,7 @@ namespace OpenWifi {
|
||||
Logger().warning(N.content.details);
|
||||
}
|
||||
|
||||
std::cout << N.content.details << std::endl;
|
||||
WebSocketClientNotificationVenueRebootCompletionToUser(UserInfo().email,N);
|
||||
Logger().information(fmt::format("Job {} Completed: {} rebooted, {} failed to reboot.",
|
||||
JobId(), rebooted_ ,failed_));
|
||||
|
||||
@@ -146,12 +146,12 @@ namespace OpenWifi {
|
||||
|
||||
N.content.details = fmt::format("Job {} Completed: {} upgraded, {} failed to upgrade.",
|
||||
JobId(), upgraded_ ,failed_);
|
||||
|
||||
} else {
|
||||
N.content.details = fmt::format("Venue {} no longer exists.",VenueUUID_);
|
||||
Logger().warning(N.content.details);
|
||||
}
|
||||
|
||||
std::cout << N.content.details << std::endl;
|
||||
WebSocketClientNotificationVenueRebootCompletionToUser(UserInfo().email,N);
|
||||
Logger().information(fmt::format("Job {} Completed: {} upgraded, {} failed to upgrade.",
|
||||
JobId(), upgraded_ ,failed_));
|
||||
|
||||
Reference in New Issue
Block a user