- Timestamp:
- Nov 4, 2020, 3:35:01 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnccore.cpp
r9212 r9213 202 202 t_irc ircPut = _ephUser.putNewEph(eph, true); 203 203 if (eph->checkState() == t_eph::bad) { 204 messagePrivate("WRONG EPHEMERIS\n" + eph->toString(3.0).toLatin1()); 204 messagePrivate(QString("WRONG EPHEMERIS %1 received from %2 (%4)") 205 .arg(eph->prn().toString().c_str()).arg(eph->receptStaID()) 206 .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 3.0)).toLatin1()); 205 207 return failure; 206 208 }
Note:
See TracChangeset
for help on using the changeset viewer.