X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fgraphs%2Ftools%2FuriSetQueue.ml;h=29482c26817dfd79571b732eba9fc9f84cc123ec;hb=89262281b6e83bd2321150f81f1a0583645eb0c8;hp=1bb6b5ee4c4fa58c83eeb41b0f7733a46e4a020e;hpb=751d9e7e83a33c73c879bb6503af3cc7ad9f9a88;p=helm.git 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;;