~ubuntu-branches/ubuntu/wily/grub2/wily

« back to all changes in this revision

Viewing changes to grub-core/disk/raid.c

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-01-11 17:11:44 UTC
  • mto: (17.3.26 experimental)
  • mto: This revision was merged to the branch mainline in revision 60.
  • Revision ID: james.westby@ubuntu.com-20110111171144-o2h6luxzei5fivmf
Tags: upstream-1.99~20110111
ImportĀ upstreamĀ versionĀ 1.99~20110111

Show diffs side-by-side

added added

removed removed

Lines of Context:
530
530
          /* We found multiple devices with the same number. Again,
531
531
             this shouldn't happen.  */
532
532
          return grub_error (GRUB_ERR_BAD_DEVICE,
533
 
                             "found two disks with the number %d",
534
 
                             new_array->number);
 
533
                             "found two disks with the index %d for RAID %s",
 
534
                             new_array->index, array->name);
535
535
 
536
536
        if (new_array->disk_size < array->disk_size)
537
537
          array->disk_size = new_array->disk_size;