Changeset 2940 in MondoRescue for branches/3.0/mindi


Ignore:
Timestamp:
Feb 3, 2012, 1:09:21 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Fix #582 by avoiding the use of the term WARNING and using now INFO and a hopefully improved msg
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi-bkphw

    r2891 r2940  
    3131close(SYSTEM);
    3232
    33 die "WARNING: No product name found for Hardware support\n" if (not defined $productname);
     33die "INFO: No product name found for Hardware support\n" if (not defined $productname);
    3434
    3535if ($productname =~ /proliant/i) {
     
    114114    close(SCRIPT);
    115115} else {
    116     print "WARNING: No Hardware support for $productname\n";
    117     print "You may ask your manufacturer to contribute to the mindi project (harmless)\n";
     116    print "INFO: No Hardware optimized support for your product $productname\n";
     117    print "You may ask your manufacturer to contribute to the mindi project\nfor firmware Disaster Recovery support (harmless)\n";
    118118}
    119119rmdir $bkpdir if (-d $bkpdir) ;
Note: See TracChangeset for help on using the changeset viewer.