Browse Source

adjust messages

pull/7465/head
chrislu 3 weeks ago
parent
commit
088e498e70
  1. 2
      weed/command/backup.go

2
weed/command/backup.go

@ -173,7 +173,7 @@ func runBackup(cmd *Command, args []string) bool {
if datSize > stats.TailOffset {
// remove the old data
if err := v.Destroy(false); err != nil {
fmt.Printf("Error destroying volume from %s: %v\n", volumeServer, err)
fmt.Printf("Error destroying volume %d on %s: %v\n", vid, volumeServer, err)
v.Close()
lastErr = err
continue

Loading…
Cancel
Save