Changeset 8361 in ntrip for trunk


Ignore:
Timestamp:
May 24, 2018, 1:19:32 PM (6 years ago)
Author:
stuerze
Message:

log file output is extended

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r8313 r8361  
    3535    bncUploadCaster(mountpoint, outHost, outPort, ntripVersion, userName, password, iRow, 0) {
    3636
     37
     38  if (!mountpoint.isEmpty()) {
     39    _casterID += mountpoint;
     40  }
    3741  if (!outHost.isEmpty()) {
    38     _casterID += outHost;
     42    _casterID +=  " " + outHost;
     43    if (outPort) {
     44      _casterID += ":" +  QString("%1").arg(outPort, 10);
     45    }
    3946  }
    4047  if (!crdTrafo.isEmpty()) {
Note: See TracChangeset for help on using the changeset viewer.