diff options
| -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 977d31044..747e07642 100644 --- a/go/replication/volume_growth.go +++ b/go/replication/volume_growth.go @@ -187,7 +187,7 @@ func (vg *VolumeGrowth) grow(topo *topology.Topology, vid storage.VolumeId, repT topo.RegisterVolumeLayout(&vi, server) fmt.Println("Created Volume", vid, "on", server) } else { - fmt.Println("Failed to assign", vid, "to", servers) + fmt.Println("Failed to assign", vid, "to", servers, "error", err) return errors.New("Failed to assign " + vid.String()) } } |
