Changeset 5980 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Aug 17, 2014, 2:32:50 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r5976 r5980  
    18151815void bncWindow::slotWindowMessage(const QByteArray msg, bool showOnScreen) {
    18161816  if (showOnScreen ) {
    1817     _log->append(QDateTime::currentDateTime().toUTC().toString("yy-MM-dd hh:mm:ss ") + msg + '\n');
     1817    _log->append(QDateTime::currentDateTime().toUTC().toString("yy-MM-dd hh:mm:ss ") + msg);
    18181818  }
    18191819
Note: See TracChangeset for help on using the changeset viewer.