Changeset 12903 for trunk/FACT++
- Timestamp:
- 02/17/12 21:50:00 (13 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/LocalControl.h
r12834 r12903 113 113 if (state==-100) 114 114 { 115 lout << kRed << "Couldn't parse state id ." << endl;115 lout << kRed << "Couldn't parse state id in '" << str.substr(3) << "'" << endl; 116 116 return true; 117 117 } -
trunk/FACT++/src/RemoteControl.h
r11983 r12903 184 184 if (state==-100) 185 185 { 186 lout << kRed << "Couldn't parse state id ." << endl;186 lout << kRed << "Couldn't parse state id in '" << str.substr(3) << "'" << endl; 187 187 return true; 188 188 }
Note:
See TracChangeset
for help on using the changeset viewer.