mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
add loggin
This commit is contained in:
parent
6379df0cdf
commit
9cdd9f4419
1 changed files with 1 additions and 1 deletions
|
@ -1112,7 +1112,7 @@ public class BTService extends XWService {
|
|||
DbgUtils.logf( "connect() to %s successful", name );
|
||||
} catch ( IOException ioe ) {
|
||||
dos = null;
|
||||
DbgUtils.logf( "connect() to %s failed", name );
|
||||
DbgUtils.logf( "BTService.connect() to %s failed", name );
|
||||
// logIOE( ioe );
|
||||
}
|
||||
return dos;
|
||||
|
|
Loading…
Add table
Reference in a new issue