summaryrefslogtreecommitdiffstats
path: root/src/net
diff options
context:
space:
mode:
authorJohann Latocha2010-08-28 15:14:54 +0200
committerJohann Latocha2010-08-28 15:14:54 +0200
commit71a1ce22a394a0d29323ca1445622c3081c4597a (patch)
tree1b32b7685de2ba3273f49db7119bdd3fde63f54c /src/net
parentEnhancement #587 (diff)
downloadpvs-71a1ce22a394a0d29323ca1445622c3081c4597a.tar.gz
pvs-71a1ce22a394a0d29323ca1445622c3081c4597a.tar.xz
pvs-71a1ce22a394a0d29323ca1445622c3081c4597a.zip
More debugout and icon bug fixed
Diffstat (limited to 'src/net')
-rw-r--r--src/net/pvsServiceBroadcast.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/pvsServiceBroadcast.cpp b/src/net/pvsServiceBroadcast.cpp
index 46d287d..a861456 100644
--- a/src/net/pvsServiceBroadcast.cpp
+++ b/src/net/pvsServiceBroadcast.cpp
@@ -58,5 +58,8 @@ void PVSServiceBroadcast::timerEvent(QTimerEvent *event)
{
if (_announce == NULL) return;
foreach (QHostAddress bcast, _everyone)
+ {
+ qDebug("DEBUG: Broadcasting to %s:%i", qPrintable(bcast.toString()),SD_PORT_CLIENT);
_broadcaster.writeDatagram(*_announce, bcast, SD_PORT_CLIENT);
+ }
}