mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
log when invite response comes back
This commit is contained in:
parent
a665df7840
commit
250583caea
1 changed files with 2 additions and 1 deletions
|
@ -1171,12 +1171,13 @@ public class BTService extends XWService {
|
|||
outStream.writeShort( nliData.length );
|
||||
outStream.write( nliData, 0, nliData.length );
|
||||
}
|
||||
Log.i( TAG, "<eeh>sending invite" );
|
||||
Log.i( TAG, "sending invite" );
|
||||
outStream.flush();
|
||||
|
||||
DataInputStream inStream =
|
||||
new DataInputStream( socket.getInputStream() );
|
||||
reply = BTCmd.values()[inStream.readByte()];
|
||||
Log.i( TAG, "got invite reply: %s", reply );
|
||||
}
|
||||
|
||||
if ( null == reply ) {
|
||||
|
|
Loading…
Reference in a new issue