mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
more logging
This commit is contained in:
parent
802e798180
commit
1e30582c3b
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@ public class GameLock {
|
|||
gotIt = true;
|
||||
}
|
||||
}
|
||||
if ( XWApp.DEBUG_LOCKS ) {
|
||||
DbgUtils.logf( "GameLock.tryLock %H (rowid=%d) => %b",
|
||||
this, m_rowid, gotIt );
|
||||
}
|
||||
return gotIt;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue