Commit 439d8422 authored by Simon Pastor's avatar Simon Pastor Committed by Kevin Di Lallo
Browse files

updated debug meant for UeMobility only

parent b03c3531
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -971,7 +971,7 @@ func sendEventMobility(event Event) (string, int) {
		//    - Inform monitoring engine?

	} else {
		err := "Failed to find UE or destination PoA"
		err := "Failed to find target element or destination location"
		return err, http.StatusNotFound
	}
	return "", -1