Add status check to REST API of Go products
[nonrtric.git] / test / usecases / oruclosedlooprecovery / goversion / stub / ics / ics.go
index c2d9e73..83170e0 100644 (file)
@@ -36,7 +36,7 @@ var client = &http.Client{
 func main() {
        port := flag.Int("port", 8083, "The port this consumer will listen on")
        flag.Parse()
-       fmt.Println("Starting SDNR stub on port ", *port)
+       fmt.Println("Starting ICS stub on port ", *port)
 
        r := mux.NewRouter()
        r.HandleFunc("/data-consumer/v1/info-jobs/{jobId}", handleCalls).Methods(http.MethodPut, http.MethodDelete)