more logging

This commit is contained in:
Eric House 2014-02-13 07:50:21 -08:00
parent 802e798180
commit 1e30582c3b

View file

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