diff --git a/weed/command/backup.go b/weed/command/backup.go index 2195b3b41..ce1c789a9 100644 --- a/weed/command/backup.go +++ b/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