From: Claudio Sacerdoti Coen Date: Mon, 29 May 2006 17:34:16 +0000 (+0000) Subject: lowered debugging level X-Git-Tag: make_still_working~7301 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;ds=inline;h=132b6bb468b22ae07cdce15295a13c8fdccece00;p=helm.git lowered debugging level --- 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 ;;