Changeset 3592 in MondoRescue for branches/3.2/MondoRescue/bin/mr-disk-type


Ignore:
Timestamp:
Jun 29, 2016, 2:50:13 AM (8 years ago)
Author:
Bruno Cornec
Message:

Fix a compatibility issue with mr-disk-type not returning only the type of disk but a full sentence (William Montgomery)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/MondoRescue/bin/mr-disk-type

    r3553 r3592  
    6868    foreach my $i (@ARGV) {
    6969        $ans = mr_disk_type($i);
    70         pb_log(0, "Device $i has a $ans partition type\n");
     70        pb_log(2, "Device $i has a $ans partition type\n");
     71        pb_log(0, "$ans\n");
    7172    }
    7273}
Note: See TracChangeset for help on using the changeset viewer.