mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
tweak logging
This commit is contained in:
parent
5b9b531cb9
commit
1ae2879fb7
1 changed files with 2 additions and 2 deletions
|
@ -235,7 +235,7 @@ public class BoardView extends View implements DrawCtx, BoardHandler,
|
|||
}
|
||||
break;
|
||||
default:
|
||||
DbgUtils.logf( "unknown action: %d", action );
|
||||
DbgUtils.logf( "onTouchEvent: unknown action: %d", action );
|
||||
break;
|
||||
}
|
||||
|
||||
|
@ -360,7 +360,7 @@ public class BoardView extends View implements DrawCtx, BoardHandler,
|
|||
drew = XwJNI.board_draw( m_jniGamePtr );
|
||||
}
|
||||
if ( !drew ) {
|
||||
DbgUtils.logf( "draw not complete" );
|
||||
DbgUtils.logf( "doJNIDraw: draw not complete" );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue