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));
461
462
removeGroupForSegment(segmentName);
462
463
segmentService.delete(segmentName);
463
464
} else {
464
-
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