Changeset 8362 in ntrip


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

log file output is extended

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/upload/bncrtnetuploadcaster.cpp

    r8312 r8362  
    3333    bncUploadCaster(mountpoint, outHost, outPort, password, iRow, 0) {
    3434
     35  if (!mountpoint.isEmpty()) {
     36    _casterID += mountpoint;
     37  }
    3538  if (!outHost.isEmpty()) {
    36     _casterID += outHost;
     39    _casterID +=  " " + outHost;
     40    if (outPort) {
     41      _casterID += ":" +  QString("%1").arg(outPort, 10);
     42    }
    3743  }
    3844  if (!crdTrafo.isEmpty()) {
Note: See TracChangeset for help on using the changeset viewer.