mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
log dropped event
This commit is contained in:
parent
5035042ce4
commit
b9aa335027
1 changed files with 1 additions and 4 deletions
|
@ -51,10 +51,7 @@ public class XWService extends Service {
|
|||
if ( null != s_srcMgr ) {
|
||||
s_srcMgr.sendResult( event, args );
|
||||
} else {
|
||||
DbgUtils.logf( "XWService.sendResult: dropping event" );
|
||||
DbgUtils.logf( "XWService.sendResult: dropping %s event", event.toString() );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue