From 2d6fd46720a79d1de74e66c35eb028383d173e78 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 20 Apr 2013 09:35:37 -0600 Subject: [PATCH] raco pkg: report when downloading --- collects/pkg/lib.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/pkg/lib.rkt b/collects/pkg/lib.rkt index fb919531f6..98f678b076 100644 --- a/collects/pkg/lib.rkt +++ b/collects/pkg/lib.rkt @@ -96,6 +96,7 @@ (unless fail-okay? (raise x)))]) (make-parent-directory* file) + (printf "Downloading ~a\n" (url->string url)) (log-pkg-debug "\t\tDownloading ~a to ~a" (url->string url) file) (call-with-output-file file (λ (op)