Changeset 1035 in ntrip for trunk/BNC/bncapp.cpp


Ignore:
Timestamp:
Aug 15, 2008, 6:31:34 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r1029 r1035  
    631631  // ---------------------------------
    632632  if (coTime <= _lastDumpCoSec) {
    633     QString line = "old correction: " + staID +
    634                     QString().sprintf(" age %ld",
     633    QString line = staID + ": Correction overaged by " +
     634                    QString().sprintf(" %ld sec",
    635635                    _lastDumpCoSec - coTime + _waitCoTime);
    636636    messagePrivate(line.toAscii());
Note: See TracChangeset for help on using the changeset viewer.