mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-20 03:59:49 +08:00
logging
This commit is contained in:
@@ -85,6 +85,7 @@ func (vg *VolumeGrowth) GrowByCountAndType(grpcDialOption grpc.DialOption, targe
|
||||
if c, e := vg.findAndGrow(grpcDialOption, topo, option); e == nil {
|
||||
counter += c
|
||||
} else {
|
||||
glog.V(0).Infof("create %d volume, created %d: %v", targetCount, counter, e)
|
||||
return counter, e
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user