Browse Source

fix format (#6185)

unitest weed/shell fail
pull/6188/head
wyang 2 months ago
committed by GitHub
parent
commit
c29c912bdc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      weed/shell/command_ec_encode.go

2
weed/shell/command_ec_encode.go

@ -324,7 +324,7 @@ func collectVolumeIdsForEcEncode(commandEnv *CommandEnv, selectedCollection stri
}
} else {
if diskInfo.FreeVolumeCount < 2 {
glog.V(0).Infof("skip %d %d on %s, no free disk", v.Collection, v.Id, dn.Id)
glog.V(0).Infof("skip %s %d on %s, no free disk", v.Collection, v.Id, dn.Id)
vidMap[v.Id] = false
} else {
vidMap[v.Id] = true

Loading…
Cancel
Save