mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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 ) {
|
if ( null != s_srcMgr ) {
|
||||||
s_srcMgr.sendResult( event, args );
|
s_srcMgr.sendResult( event, args );
|
||||||
} else {
|
} else {
|
||||||
DbgUtils.logf( "XWService.sendResult: dropping event" );
|
DbgUtils.logf( "XWService.sendResult: dropping %s event", event.toString() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue