fix format (#6185)

unitest weed/shell fail
This commit is contained in:
wyang 2024-10-31 23:30:35 +08:00 committed by GitHub
parent ad6240f066
commit c29c912bdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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