Ignore:
Timestamp:
05/31/11 15:12:20 (13 years ago)
Author:
sdipsl
Message:
  • Better error handling within libGCM
  • Pre requisite to have more robust post-processing workflow
  • Improve verbosity to help users identify problem
  • Cosmetic
  • backward compatible
File:
1 edited

Legend:

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

    r373 r475  
    106106         
    107107        if (section_found == 0) { 
    108             print "Error: Section not found", section, option 
     108            print "Error: Section not found" 
    109109        } else if (option_found == 0) { 
    110             print "Error: Option not found", section, option 
     110            print "Error: Option not found" 
    111111        }        
    112112         
Note: See TracChangeset for help on using the changeset viewer.