Changeset 1650 in ntrip


Ignore:
Timestamp:
Feb 25, 2009, 11:48:24 AM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryrtp.cpp

    r1535 r1650  
    217217              while (!line.isEmpty()) {
    218218                if (line.indexOf("200 OK") != -1) {
    219                   emit newMessage(_url.host().toAscii() +
    220                                   _url.path().toAscii() +
    221                                   ": UDP connection established", true);
     219                  emit newMessage(_url.encodedPath().replace(0,1,"")
     220                            + ": UDP connection established", true);
    222221                  slotKeepAlive();
    223222                  return;
     
    235234  _socket = 0;
    236235  _status = error;
    237 }
    238 
     236  emit newMessage(_url.encodedPath().replace(0,1,"")
     237                  + ": NetQuery, wrong mountpont", true);
     238}
     239
Note: See TracChangeset for help on using the changeset viewer.