mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-24 07:58:34 +01:00
cleanup
This commit is contained in:
parent
1a775043d6
commit
cf3c8fc862
1 changed files with 1 additions and 1 deletions
|
@ -1088,7 +1088,7 @@ public class GameUtils {
|
||||||
}
|
}
|
||||||
} catch ( GameLock.GameLockedException gle ) {
|
} catch ( GameLock.GameLockedException gle ) {
|
||||||
DbgUtils.toastNoLock( TAG, context, rowid,
|
DbgUtils.toastNoLock( TAG, context, rowid,
|
||||||
"feedMessage(): dropping message "
|
"feedMessage(): dropping message"
|
||||||
+ " for %d", rowid );
|
+ " for %d", rowid );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue