mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
log when more than one game found with a given ID.
This commit is contained in:
parent
1ca36044a0
commit
469f63f96f
1 changed files with 4 additions and 0 deletions
|
@ -456,6 +456,10 @@ public class DBUtils {
|
|||
cursor.close();
|
||||
db.close();
|
||||
}
|
||||
if ( null != result && 1 < result.length ) {
|
||||
DbgUtils.logf( "getRowIDsFor(%x)=>length %d array", gameID,
|
||||
result.length );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue