Changeset 127


Ignore:
Timestamp:
06/04/09 08:57:22 (15 years ago)
Author:
mmaipsl
Message:

Add section,option informations with error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_card/IGCM_card_PrintOption.awk

    r92 r127  
    126126 
    127127if (section_found == 0) { 
    128         print "Error: Section not found" 
     128        print "Error: Section not found", section, option 
    129129} else if (option_found == 0) { 
    130         print "Error: Option not found" 
     130        print "Error: Option not found", section, option 
    131131} else { 
    132132        print option_value 
Note: See TracChangeset for help on using the changeset viewer.