Changeset 1844


Ignore:
Timestamp:
12/18/07 00:23:36 (5 years ago)
Author:
bruno
Message:

Clearer messages for mindi-bkphw

File:
1 edited

Legend:

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

    r1835 r1844  
    2424close(SYSTEM); 
    2525 
    26 die "No product name found for Hardware support\n" if (not defined $productname); 
     26die "ERROR: No product name found for Hardware support\n" if (not defined $productname); 
    2727 
    2828chomp($productname); 
     
    8585    close(SCRIPT); 
    8686} else { 
    87     print "No Hardware support for $productname\n"; 
     87    print "WARNING: No Hardware support for $productname\n"; 
    8888    print "You may ask your manufacturer to contribute to the mindi project\n"; 
    8989} 
Note: See TracChangeset for help on using the changeset viewer.