- Timestamp:
- 06/16/11 21:25:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Readline.cc
r11038 r11042 65 65 66 66 #include "tools.h" 67 #include "Time.h" 67 68 68 69 using namespace std; … … 1124 1125 return -1; 1125 1126 1126 fCommandLog << "# START executing: " << name<< endl;1127 fCommandLog << "# " << Time() << " - " << name << " (START)" << endl; 1127 1128 1128 1129 string buffer; … … 1146 1147 } 1147 1148 1148 fCommandLog << "# FINISHED executing: " << name<< endl;1149 fCommandLog << "# " << Time() << " - " << name << " (FINISHED)" << endl; 1149 1150 1150 1151 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.