Changeset 1496 in ntrip for trunk/BNC/bncnetqueryrtp.cpp


Ignore:
Timestamp:
Jan 18, 2009, 12:02:57 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryrtp.cpp

    r1464 r1496  
    181181                while (!line.isEmpty()) {
    182182                  if (line.indexOf("200 OK") != -1) {
    183                     emit newMessage("NetQuery: UDP connection established", true);
     183                    emit newMessage(urlLoc.host().toAscii() +
     184                                    urlLoc.path().toAscii() +
     185                                    ": UDP connection established", true);
    184186                    return;
    185187                  }
Note: See TracChangeset for help on using the changeset viewer.