Debugging the gateway.

This commit is contained in:
Jonathan Naylor 2016-06-07 21:19:33 +01:00
parent 02b6f5342e
commit 64bf2108ee
13 changed files with 271 additions and 65 deletions

View file

@ -151,6 +151,8 @@ bool CUDPSocket::open()
#endif
return false;
}
LogInfo("Opening UDP port on %u", m_port);
}
return true;