diff options
| author | Johann Latocha | 2010-09-01 01:02:39 +0200 |
|---|---|---|
| committer | Johann Latocha | 2010-09-01 01:02:39 +0200 |
| commit | f6fca1c3c5279c820be3860b0074831f920219d6 (patch) | |
| tree | 66c9568114734b8a4e7fa55c1e1626f2ccefa243 /src/net/pvsServiceDiscovery.cpp | |
| parent | Missing return statement (diff) | |
| download | pvs-f6fca1c3c5279c820be3860b0074831f920219d6.tar.gz pvs-f6fca1c3c5279c820be3860b0074831f920219d6.tar.xz pvs-f6fca1c3c5279c820be3860b0074831f920219d6.zip | |
All printf() replaced with qDebug()
Diffstat (limited to 'src/net/pvsServiceDiscovery.cpp')
| -rw-r--r-- | src/net/pvsServiceDiscovery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/pvsServiceDiscovery.cpp b/src/net/pvsServiceDiscovery.cpp index 0a99802..dd6b500 100644 --- a/src/net/pvsServiceDiscovery.cpp +++ b/src/net/pvsServiceDiscovery.cpp @@ -30,7 +30,7 @@ PVSServiceDiscovery::PVSServiceDiscovery(PVS* client) bool ret = _sock.bind(SD_PORT_CLIENT); if (!ret) { - printf("Could not open SERVICE DISCOVERY port\n"); + qDebug("Could not open SERVICE DISCOVERY port"); exit(1); } connect(&_sock, SIGNAL(readyRead()), this, SLOT(sock_dataArrival())); |
