summaryrefslogtreecommitdiffstats
path: root/src/net/pvsClientConnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/pvsClientConnection.cpp')
-rw-r--r--src/net/pvsClientConnection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/pvsClientConnection.cpp b/src/net/pvsClientConnection.cpp
index dff40d5..5354e95 100644
--- a/src/net/pvsClientConnection.cpp
+++ b/src/net/pvsClientConnection.cpp
@@ -134,7 +134,7 @@ bool PVSClientConnection::push_back_send(PVSMsg newMsg)
char *tmp = data;
if (!newMsg.getBinaryData(tmp, len))
{
- printf("Message empty. Ignored.\n");
+ qDebug("Message empty. Ignored.");
return false;
}
QByteArray ba;