Changeset 335 in ntrip


Ignore:
Timestamp:
Nov 26, 2006, 10:39:28 AM (17 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r334 r335  
    9595
    9696  if (_logStream) {
    97     *_logStream << QDate::currentDate().toString("yy:MM:dd ").toAscii().data();
     97    *_logStream << QDate::currentDate().toString("yy-MM-dd ").toAscii().data();
    9898    *_logStream << QTime::currentTime().toString("hh:mm:ss ").toAscii().data();
    9999    *_logStream << msg.data() << endl;
  • trunk/BNC/bncwindow.cpp

    r334 r335  
    494494 
    495495  QString txt = _log->toPlainText() + "\n" +
    496      QDate::currentDate().toString("yy:MM:dd ") +
     496     QDate::currentDate().toString("yy-MM-dd ") +
    497497     QTime::currentTime().toString("hh:mm:ss ") + msg;
    498498  _log->clear();
Note: See TracChangeset for help on using the changeset viewer.