summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-27 00:07:14 +0100
committerSon Ho2022-01-27 00:07:14 +0100
commitbf11d4d993b3dce15ae61bb54caac4bae1bbe27a (patch)
tree6d7ebec0a01c49c2b5c9e61f009ddfea2c926c1e /src/main.ml
parent616b46cedb92537f0df711da3f2615a23bbaaa5c (diff)
Implement the borrow_content case of end_abstraction_borrows
Diffstat (limited to '')
-rw-r--r--src/main.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.ml b/src/main.ml
index e803c49c..ea4ab23f 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -55,7 +55,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