aboutsummaryrefslogtreecommitdiff
path: root/go/replication
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2013-08-12 23:48:10 -0700
committerChris Lu <chris.lu@gmail.com>2013-08-12 23:48:10 -0700
commit078118ecba543ffa9d2bd8f3f8a395c6e7a4eb90 (patch)
tree5731f052169077391e0cd10498c0c93817c852f0 /go/replication
parent11b4e0c77d5dfc6e71f2dc5fa1770fa703d1ff78 (diff)
downloadseaweedfs-078118ecba543ffa9d2bd8f3f8a395c6e7a4eb90.tar.xz
seaweedfs-078118ecba543ffa9d2bd8f3f8a395c6e7a4eb90.zip
v0.40
Diffstat (limited to 'go/replication')
-rw-r--r--go/replication/volume_growth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/replication/volume_growth.go b/go/replication/volume_growth.go
index 759eb19a7..18295498e 100644
--- a/go/replication/volume_growth.go
+++ b/go/replication/volume_growth.go
@@ -207,7 +207,7 @@ func (vg *VolumeGrowth) grow(topo *topology.Topology, vid storage.VolumeId, repT
glog.V(0).Infoln("Created Volume", vid, "on", server)
} else {
glog.V(0).Infoln("Failed to assign", vid, "to", servers, "error", err)
- return errors.New("Failed to assign " + vid.String())
+ return errors.New("Failed to assign " + vid.String() + ", " + err.Error())
}
}
return nil