summaryrefslogtreecommitdiffstats
path: root/src/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/net')
-rw-r--r--src/net/pvsListenServer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/pvsListenServer.cpp b/src/net/pvsListenServer.cpp
index 1dac9c0..f21303e 100644
--- a/src/net/pvsListenServer.cpp
+++ b/src/net/pvsListenServer.cpp
@@ -245,8 +245,8 @@ bool PVSListenServer::init()
return false;
}
ConsoleLog writeNetwork(
- QString("Server is listening. Socket: ").append(int2String(
- (int) _listenSocket)));
+ QString("Server is listening. Socket: ").append(ptr2String(
+ _listenSocket)));
connect(_listenSocket, SIGNAL(newConnection()), this, SLOT(
server_connectionRequest()));