Changeset 136 for trunk/IPs/systemC/processor/Morpheo/Common/include
- Timestamp:
- Oct 20, 2009, 8:52:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Common/include/ErrorMorpheo.h
r117 r136 34 34 { 35 35 #ifdef DEBUG 36 _msg = toString(_(" \n%s at line %d, in file %s"),MSG_ERROR,line,file.c_str());37 _msg = toString(_(" \n%s <%s> %s"),MSG_ERROR,funcname.c_str(),msg.c_str());36 _msg = toString(_("%s at line %d, in file %s"),MSG_ERROR,line,file.c_str()); 37 _msg = toString(_("%s <%s> %s"),MSG_ERROR,funcname.c_str(),msg.c_str()); 38 38 #else 39 _msg = toString(_(" \n%s %s"),MSG_ERROR,msg.c_str());39 _msg = toString(_("%s %s"),MSG_ERROR,msg.c_str()); 40 40 #endif 41 msg("%s",_msg.c_str()); 41 42 } 42 43 public : ~ErrorMorpheo (void) throw() {}
Note: See TracChangeset
for help on using the changeset viewer.