]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/threadSafe.ml
- fixed helm web page url and copyright notice
[helm.git] / helm / http_getter / threadSafe.ml
index 72494ef43439736b4e6ec7e9b20ea9c52cd0b89a..9902795ff39f4c483bc04be015bd70df0df638b7 100644 (file)
@@ -1,5 +1,7 @@
 (*
- *  Copyright (C) 2000, HELM Team.
+ * Copyright (C) 2003:
+ *    Stefano Zacchiroli <zack@cs.unibo.it>
+ *    for the HELM Team http://helm.cs.unibo.it/
  *
  *  This file is part of HELM, an Hypertextual, Electronic
  *  Library of Mathematics, developed at the Computer Science
  *  MA  02111-1307, USA.
  *
  *  For details, see the HELM World-Wide-Web page,
- *  http://cs.unibo.it/helm/.
+ *  http://helm.cs.unibo.it/
  *)
 
-let debug = false
-let debug_print msg = if debug then prerr_endline msg
+open Http_getter_debugger;;
+let debug_print _ = ();;  (* override debugger 'debug_print' *)
 
 class threadSafe =
   object (self)