Changeset 14544 for trunk/FACT++
- Timestamp:
- 10/30/12 12:54:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/MessageImp.cc
r14497 r14544 109 109 { 110 110 static mutex mtx; 111 112 mtx.lock(); 111 const lock_guard<mutex> guard(mtx); 113 112 114 113 switch (severity) … … 125 124 } 126 125 fOut << time.GetAsStr("%H:%M:%S.%f") << " - " << txt << endl; 127 128 mtx.unlock();129 126 130 127 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.