aboutsummaryrefslogtreecommitdiff
path: root/go
diff options
context:
space:
mode:
authortnextday <fw2k4@163.com>2015-12-15 00:30:18 +0800
committertnextday <fw2k4@163.com>2015-12-15 00:30:18 +0800
commit90d410d627aff51bc825ff78861cb119617a07ba (patch)
tree463109664424f69a136cd98527708441d87cf28c /go
parentb177afc3263f5f33f2182f58c6156b4d77115a0b (diff)
downloadseaweedfs-90d410d627aff51bc825ff78861cb119617a07ba.tar.xz
seaweedfs-90d410d627aff51bc825ff78861cb119617a07ba.zip
verbose log
Diffstat (limited to 'go')
-rw-r--r--go/weed/download.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/weed/download.go b/go/weed/download.go
index 392b65edb..dfe4f88b4 100644
--- a/go/weed/download.go
+++ b/go/weed/download.go
@@ -46,7 +46,7 @@ var cmdDownload = &Command{
func runDownload(cmd *Command, args []string) bool {
for _, fid := range args {
if e := downloadToFile(*d.server, fid, *d.dir); e != nil {
- fmt.Println("Download Error:", e)
+ fmt.Println("Download Error: ", fid, e)
}
}
return true