]> matita.cs.unibo.it Git - helm.git/commitdiff
- added debugging log messages inside 'wget'
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 8 Jan 2003 17:51:48 +0000 (17:51 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 8 Jan 2003 17:51:48 +0000 (17:51 +0000)
helm/http_getter/http_getter_misc.ml

index 1d9c59273f39ce50c504459814b5730771b66510..4b82dd8e7e067f73deb2267e1bbbbf2e9ec15dcd 100644 (file)
@@ -110,6 +110,9 @@ let http_get_iter_buf ~callback url =
   close_in inchan (* close also outchan, same fd *)
 
 let wget ?output url =
+  debug_print
+    (sprintf "wgetting %s (output: %s)" url
+      (match output with None -> "default" | Some f -> f));
   match url with
   | url when Pcre.pmatch ~rex:file_scheme_RE url -> (* file:// *)
       (let src_fname = Pcre.replace ~rex:file_scheme_RE url in