diff options
Diffstat (limited to 'go/replication/volume_growth.go')
| -rw-r--r-- | go/replication/volume_growth.go | 2 |
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 |
