mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +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;
|
gotIt = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if ( XWApp.DEBUG_LOCKS ) {
|
||||||
|
DbgUtils.logf( "GameLock.tryLock %H (rowid=%d) => %b",
|
||||||
|
this, m_rowid, gotIt );
|
||||||
|
}
|
||||||
return gotIt;
|
return gotIt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue