Skip to content

Commit

Permalink
Merge pull request #49 from minli1/private/minl1/CA-296532
Browse files Browse the repository at this point in the history
CA-296532: remove mpathalert log spam
  • Loading branch information
lindig authored Sep 7, 2018
2 parents 40e80ce + 2447c33 commit 3ea24f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions http-svr/xmlrpc_client.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ open D

module E = Debug.Make(struct let name = "mscgen" end)

let () = Debug.disable ~level:Syslog.Debug "mscgen"

module Internal = struct
let set_stunnelpid_callback : (string option -> int -> unit) option ref = ref None
let unset_stunnelpid_callback : (string option -> int -> unit) option ref = ref None
Expand Down

0 comments on commit 3ea24f6

Please sign in to comment.