You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOGGER.debug(String.format("Removing the segment with ID %s", segmentName));
460
462
removeGroupForSegment(segmentName);
461
463
segmentService.delete(segmentName);
462
464
} else {
463
-
Stringmsg = String.format("Cannot remove the NSX segment %s because there are still %s port group(s) attached to it", segmentName, segmentPortsList.getResultCount());
465
+
Stringmsg = String.format("Cannot remove the NSX segment %s because there are still %s port group(s) attached to it", segmentName, portCount);
0 commit comments