diff options
| author | Emilio Jesus Gallego Arias | 2018-02-28 03:26:12 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-05-21 03:07:27 +0200 |
| commit | db1719fbac08b5582fafddd4b76ef92f69cc5bc1 (patch) | |
| tree | a88bf6867103dbf87d701cc2e2205e67b5f4e7d0 /vernac | |
| parent | 382ee49700c4b4ee78ba95b2e86866ebd3b35d74 (diff) | |
[ide] Remove special option `-ideslave`
This has no effect anymore, verbose printing is controlled now by
the regular, common `quiet` flag.
Diffstat (limited to 'vernac')
| -rw-r--r-- | vernac/vernacentries.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/vernacentries.ml b/vernac/vernacentries.ml index f0e41d27cc..938e9718a4 100644 --- a/vernac/vernacentries.ml +++ b/vernac/vernacentries.ml @@ -2243,7 +2243,7 @@ let with_fail st b f = | HasNotFailed -> user_err ~hdr:"Fail" (str "The command has not failed!") | HasFailed msg -> - if not !Flags.quiet || !Flags.test_mode || !Flags.ide_slave then Feedback.msg_info + if not !Flags.quiet || !Flags.test_mode then Feedback.msg_info (str "The command has indeed failed with message:" ++ fnl () ++ msg) | _ -> assert false end |
