From 74499233287af7cfb78f7218f7ff6a09b7b3ee78 Mon Sep 17 00:00:00 2001 From: Andy2 Date: Thu, 13 Oct 2011 19:10:13 -0700 Subject: [PATCH] log tiles left in pool -- makes progress of automated/test games easier to follow. --- xwords4/common/pool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xwords4/common/pool.c b/xwords4/common/pool.c index 643a4baef..b2491d418 100644 --- a/xwords4/common/pool.c +++ b/xwords4/common/pool.c @@ -212,6 +212,7 @@ pool_removeTiles( PoolContext* pool, TrayTileSet* tiles ) --pool->lettersLeft[tile]; --pool->numTilesLeft; } + XP_LOGF( "%s: %d tiles left in pool", __func__, pool->numTilesLeft ); } /* pool_removeTiles */ XP_U16