Skip to content

Commit

Permalink
Better download tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Sep 3, 2014
1 parent 3d8b788 commit 082dd89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 0.0.1-alpha015 - 03.09.2014
* Better download tracing

#### 0.0.1-alpha014 - 03.09.2014
* Allow ??projs without package definition files - https://github.com/fsprojects/Paket/issues/29

Expand Down
2 changes: 1 addition & 1 deletion src/Paket/Nuget.fs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ let DownloadPackage(source, name, version, force) =
failwithf "unknown package source %s - can't download package %s %s" source name version

use client = new WebClient()
tracefn "Downloading %s %s" name version
tracefn "Downloading %s %s to %s" name version targetFileName
// TODO: Set credentials
do! client.DownloadFileTaskAsync(Uri url, targetFileName)
|> Async.AwaitIAsyncResult
Expand Down

0 comments on commit 082dd89

Please sign in to comment.