Skip to content

Commit

Permalink
#4964 LACP status - Updated based on review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Feb 1, 2023
1 parent ffeebda commit 0185f4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ private List<SwitchLacpStatusResponse> getSwitchLacpStatus(GetSwitchLacpStatusRe
.collect(Collectors.toList());
} catch (SwitchNotFoundException e) {
throw new MessageException(ErrorType.NOT_FOUND, e.getMessage(),
"Could not get LACP Status for non existent switch");
"Could not get LACP Status for non-existent switch");
}
}

Expand Down

0 comments on commit 0185f4a

Please sign in to comment.