From: Stefano Zacchiroli Date: Wed, 20 Nov 2002 16:28:03 +0000 (+0000) Subject: - http debugging value copied from daemon debugging value X-Git-Tag: V_0_0_5~24 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=14d838b61590fe8ee7a599013bab547a2e542ff3;p=helm.git - http debugging value copied from daemon debugging value --- diff --git a/helm/graphs/tools/uriSetQueue.ml b/helm/graphs/tools/uriSetQueue.ml index 1bb6b5ee4..29482c268 100644 --- a/helm/graphs/tools/uriSetQueue.ml +++ b/helm/graphs/tools/uriSetQueue.ml @@ -23,9 +23,9 @@ * http://cs.unibo.it/helm/. *) -Http_common.debug := true;; let debug = true;; let debug_print s = if debug then prerr_endline s;; +Http_common.debug := debug;; open Printf;;