Skip to content

Commit

Permalink
Still print a message on no actions to process
Browse files Browse the repository at this point in the history
Just empty output is sometimes confusing
  • Loading branch information
AltGr committed Sep 22, 2015
1 parent 3e6b74c commit 05dc442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/opamSolution.ml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ let check_solution state = function
OpamStd.Sys.exit 4
| OK actions ->
List.iter (post_message state) actions
| Nothing_to_do -> ()
| Nothing_to_do -> OpamConsole.msg "Nothing to do.\n"
| Aborted -> OpamStd.Sys.exit 0

let sum stats =
Expand Down

0 comments on commit 05dc442

Please sign in to comment.