diff options
| author | Maxime Dénès | 2017-03-29 23:06:36 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-03-29 23:06:36 +0200 |
| commit | 65893d1de94f33e24e6995f39a18dab8e12f8b8c (patch) | |
| tree | 0fc5f2958be347b3089cd88d93b1bbf34b46e984 /proofs/proof_using.ml | |
| parent | a723781ef0099bd366d1b6f0a7455a7d4e83a654 (diff) | |
| parent | 43ac25fd5218fb92b3971c8df8be4f38894e27f3 (diff) | |
Merge PR#506: [nit] Fix a couple incorrect uses of msg_error.
Diffstat (limited to 'proofs/proof_using.ml')
| -rw-r--r-- | proofs/proof_using.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proof_using.ml b/proofs/proof_using.ml index f51586c739..2c489d6ded 100644 --- a/proofs/proof_using.ml +++ b/proofs/proof_using.ml @@ -108,7 +108,7 @@ let remove_ids_and_lets env s ids = let suggest_Proof_using name env vars ids_typ context_ids = let module S = Id.Set in let open Pp in - let print x = Feedback.msg_error x in + let print x = Feedback.msg_debug x in let pr_set parens s = let wrap ppcmds = if parens && S.cardinal s > 1 then str "(" ++ ppcmds ++ str ")" |
