Changeset 1247 for code/branches/console/src/core/TclBind.cc
- Timestamp:
- May 8, 2008, 1:46:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/TclBind.cc
r1230 r1247 137 137 catch (std::exception const &e) 138 138 { 139 COUT(1) << "Error while executing tcl: " << e.what() << std::endl;139 COUT(1) << "Error while executing Tcl: " << e.what() << std::endl; 140 140 } 141 141 … … 156 156 catch (std::exception const &e) 157 157 { 158 COUT(1) << "Error while executing tcl: " << e.what() << std::endl;158 COUT(1) << "Error while executing Tcl: " << e.what() << std::endl; 159 159 } 160 160
Note: See TracChangeset
for help on using the changeset viewer.