Changeset 3371 in ntrip
- Timestamp:
- Aug 24, 2011, 10:54:07 AM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r3231 r3371 197 197 198 198 if (_logStream) { 199 QByteArray msgLocal = msg; 200 if (msg.indexOf('\n') == 0) { 201 *_logStream << endl; 202 msgLocal = msg.mid(1); 203 } 199 204 *_logStream << currentDateAndTimeGPS().toString("yy-MM-dd hh:mm:ss ").toAscii().data(); 200 *_logStream << msg .data() << endl;205 *_logStream << msgLocal.data() << endl; 201 206 _logStream->flush(); 202 207 } -
trunk/BNC/combination/bnccomb.cpp
r3370 r3371 362 362 QTextStream out(&_log, QIODevice::WriteOnly); 363 363 364 out << 364 out << endl << "Combination:" << endl 365 365 << "------------------------------" << endl; 366 366
Note:
See TracChangeset
for help on using the changeset viewer.