Changeset 22386


Ignore:
Timestamp:
02/02/18 13:58:27 (7 years ago)
Author:
erobo
Message:

CHG: improved error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/OutputDefinitionsResponsex/OutputDefinitionsResponsex.cpp

    r21049 r22386  
    6060       
    6161        /*If we are here, did not find the definition for this response, not good!: */
    62         _error_("Could not find the response for output definition " << output_enum << " because could not find the definition itself!");
     62        _error_("Could not find the response for output definition " << EnumToStringx(output_enum)
     63                                <<" ("<<output_enum<<")"
     64                                << " because could not find the definition itself!");
    6365
    6466}
Note: See TracChangeset for help on using the changeset viewer.