mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
log host/port connecting to. Too useful to omit.
This commit is contained in:
parent
8f55469930
commit
1e5a856287
1 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,9 @@ public class CommsTransport extends Thread implements TransportProcs {
|
|||
try {
|
||||
m_socketChannel = SocketChannel.open();
|
||||
m_socketChannel.configureBlocking( false );
|
||||
Utils.logf( "connecting to %s:%d",
|
||||
m_addr.ip_relay_hostName,
|
||||
m_addr.ip_relay_port );
|
||||
InetSocketAddress isa
|
||||
= new InetSocketAddress( m_addr.ip_relay_hostName,
|
||||
m_addr.ip_relay_port );
|
||||
|
|
Loading…
Add table
Reference in a new issue