RICPLT-3014 Subscription multiple endpoints
[ric-plt/submgr.git] / pkg / control / client.go
index b067f3b..adc03d1 100644 (file)
@@ -39,7 +39,7 @@ type SubRouteInfo struct {
 }
 
 func (sri *SubRouteInfo) String() string {
-       return "routeinfo(" + sri.Command.String() + "/" + strconv.FormatUint(uint64(sri.SubID), 10) + "/[" + sri.EpList.String() + "])"
+       return "routeinfo(" + strconv.FormatUint(uint64(sri.SubID), 10) + "/" + sri.Command.String() + "/[" + sri.EpList.String() + "])"
 }
 
 //-----------------------------------------------------------------------------