Ignore:
Timestamp:
Oct 30, 2007, 3:24:36 AM (16 years ago)
Author:
Bruno Cornec
Message:

usb detection place before /dev detection in device name at restore time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-devices.c

    r1737 r1738  
    19471947            }
    19481948            if (bkpinfo->media_device[0]) {
    1949                 sprintf(tmp,
     1949                if (bkpinfo->backup_media_type == usb) {
     1950                    sprintf(tmp,
     1951                        "I think your %s media corresponds to %s. Is this correct?",
     1952                        media_descriptor_string(bkpinfo->backup_media_type),
     1953                        bkpinfo->media_device);
     1954                } else {
     1955                    sprintf(tmp,
    19501956                        "I think I've found your %s burner at SCSI node %s. Is this correct? (Say no if you have an IDE burner and you are running a 2.6 kernel. You will then be prompted for further details.)",
    19511957                        media_descriptor_string(bkpinfo->backup_media_type),
Note: See TracChangeset for help on using the changeset viewer.