summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-21 11:13:13 +0100
committerSon Ho2022-01-21 11:13:13 +0100
commitc7046673306d8d8ddac7f815f523a4938e9802c9 (patch)
treea8ac58513f8ceca62c5b061856cf78f9d5b029b0 /src/main.ml
parent54e493eaede8907496487e41070347fa0d0b22c9 (diff)
Add invariant checks at the end of [end_borrow] and [end_abstraction]
Diffstat (limited to 'src/main.ml')
-rw-r--r--src/main.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.ml b/src/main.ml
index 54536503..062a1bd0 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -53,7 +53,7 @@ let () =
expressions_log#set_level EL.Debug;
expansion_log#set_level EL.Debug;
borrows_log#set_level EL.Debug;
- invariants_log#set_level EL.Debug;
+ invariants_log#set_level EL.Warning;
(* Load the module *)
let json = Yojson.Basic.from_file !filename in
match cfim_module_of_json json with