- Timestamp:
- Aug 21, 2011, 4:50:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/libraries/core/command/CommandExecutor.cc
r8836 r8849 73 73 int error; 74 74 CommandExecutor::queryMT(command, &error, useTcl); 75 if (error )75 if (error && printErrors) 76 76 orxout(user_error) << "Can't execute \"" << command << "\", " << CommandExecutor::getErrorDescription(error) << ". (execute)" << endl; 77 77 return error;
Note: See TracChangeset
for help on using the changeset viewer.