X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fdaemons%2Fuwobo%2Fuwobo.ml;h=9553177d774ed0236734c70d4d2408da81046fc6;hb=8802f9da75b49a95a1b695504c1b5178bce4d3e3;hp=9cad8bd55fb53ac61527ca7c51bd6604310061e1;hpb=76b3c4e7fe26f98e56f05c0d45081261161f0b0d;p=helm.git diff --git a/helm/software/daemons/uwobo/uwobo.ml b/helm/software/daemons/uwobo/uwobo.ml index 9cad8bd55..9553177d7 100644 --- a/helm/software/daemons/uwobo/uwobo.ml +++ b/helm/software/daemons/uwobo/uwobo.ml @@ -31,7 +31,7 @@ open Uwobo_common;; (* debugging settings *) let debug = false ;; -let debug_level = `Debug ;; +let debug_level = `Notice ;; let debug_print s = if debug then prerr_endline s ;; Http_common.debug := false ;;