Skip to content

Commit

Permalink
MID-8842 ninja - verify action message improvements when it's used as…
Browse files Browse the repository at this point in the history
… partial action

(cherry picked from commit 898544d)
  • Loading branch information
1azyman committed Sep 8, 2023
1 parent 4811f39 commit 0cd0b68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public VerifyResult execute() throws Exception {
VerifyResult result;
if (options.getOutput() != null) {
log.info("Verification report will be saved to '{}'", options.getOutput().getPath());
} else if (context.isUserMode()) {
} else if (context.isUserMode() && !partial) {
log.warn("Consider using '-o verify-output.csv' option for CSV output with upgradeability status of deprecated items.");
log.warn("It is recommended to review this report and actions for proper upgrade procedure.");
}
Expand Down

0 comments on commit 0cd0b68

Please sign in to comment.