add loggin

This commit is contained in:
Eric House 2015-06-07 13:44:24 -07:00
parent 6379df0cdf
commit 9cdd9f4419

View file

@ -1112,7 +1112,7 @@ public class BTService extends XWService {
DbgUtils.logf( "connect() to %s successful", name ); DbgUtils.logf( "connect() to %s successful", name );
} catch ( IOException ioe ) { } catch ( IOException ioe ) {
dos = null; dos = null;
DbgUtils.logf( "connect() to %s failed", name ); DbgUtils.logf( "BTService.connect() to %s failed", name );
// logIOE( ioe ); // logIOE( ioe );
} }
return dos; return dos;