log dropped event

This commit is contained in:
Eric House 2014-09-05 07:40:37 -07:00
parent 5035042ce4
commit b9aa335027

View file

@ -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() );
}
}
}