~ chicken-core (chicken-5) 5ba44a591b2c6ceda1f6bb121b73d60143f105af
commit 5ba44a591b2c6ceda1f6bb121b73d60143f105af Author: felix <felix@call-with-current-continuation.org> AuthorDate: Fri Oct 21 12:03:34 2016 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Fri Oct 21 12:03:34 2016 +0200 some extra output when interacting with server diff --git a/egg-download.scm b/egg-download.scm index 77e6b2f6..45c327b3 100644 --- a/egg-download.scm +++ b/egg-download.scm @@ -112,7 +112,7 @@ ln))))) (let get-files ((files '())) (let* ((ins (skip)) - (name (read ins))) + (name (read ins))) (cond ((and (pair? name) (eq? 'error (car name))) (server-error (cadr name) (cddr name))) ((or (eof-object? name) (not name)) @@ -226,6 +226,7 @@ (define (try-list-versions name url #!key proxy-host proxy-port proxy-user-pass) + (d "listing versions for ~a: ~a~%" name url) (condition-case (list-versions name url) ((exn net) (print "TCP connect timeout") @@ -256,6 +257,7 @@ (define (try-download name url #!key version destination tests proxy-host proxy-port proxy-user-pass) + (d "downloading ~a: ~a~%" name url) (condition-case (download-egg name urlTrap