Loading examples/demo3/src/backend/server/demo3_service.go +1 −1 Original line number Original line Diff line number Diff line Loading @@ -670,7 +670,7 @@ func serviceAvailNotificationCallback(w http.ResponseWriter, r *http.Request) { state = "UNACTIVE" state = "UNACTIVE" } } log.Info(notification.ServiceReferences[0].SerName + " " + msg + " (" + state + ")") log.Info(notification.ServiceReferences[0].SerName + " " + msg + " (" + state + ")") appActivityLogs = append(appActivityLogs, mep+" Event: Service Availability change, "+notification.ServiceReferences[0].SerName+" service "+msg+" [200]") w.WriteHeader(http.StatusOK) w.WriteHeader(http.StatusOK) } } Loading Loading
examples/demo3/src/backend/server/demo3_service.go +1 −1 Original line number Original line Diff line number Diff line Loading @@ -670,7 +670,7 @@ func serviceAvailNotificationCallback(w http.ResponseWriter, r *http.Request) { state = "UNACTIVE" state = "UNACTIVE" } } log.Info(notification.ServiceReferences[0].SerName + " " + msg + " (" + state + ")") log.Info(notification.ServiceReferences[0].SerName + " " + msg + " (" + state + ")") appActivityLogs = append(appActivityLogs, mep+" Event: Service Availability change, "+notification.ServiceReferences[0].SerName+" service "+msg+" [200]") w.WriteHeader(http.StatusOK) w.WriteHeader(http.StatusOK) } } Loading