summaryrefslogtreecommitdiff
path: root/helper.ml
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <gareuselesinge@debian.org>2016-12-27 16:06:42 +0000
committerGravatar Enrico Tassi <gareuselesinge@debian.org>2016-12-27 16:06:42 +0000
commitfb74782e08217e4f1069ed99de6f6f30005bfe13 (patch)
tree85eb9285d70a21d8d36369e5bc88b33f6c039589 /helper.ml
parent017a43a2b7bc66434c52dcff5e87bc47efea0b09 (diff)
parent1117d2e4a00debfbfa0157cc3e780916df72c26b (diff)
Merge tag 'upstream/8.6'
Upstream version 8.6
Diffstat (limited to 'helper.ml')
-rw-r--r--helper.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/helper.ml b/helper.ml
index 637def1..636b17f 100644
--- a/helper.ml
+++ b/helper.ml
@@ -29,8 +29,8 @@ module Debug (X : CONTROL) = struct
let pr_constr msg constr =
if printing then
- ( Pp.msgnl (Pp.str (Printf.sprintf "=====%s====" msg));
- Pp.msgnl (Printer.pr_constr constr);
+ ( Feedback.msg_notice (Pp.str (Printf.sprintf "=====%s====" msg));
+ Feedback.msg_notice (Printer.pr_constr constr);
)