diff options
Diffstat (limited to 'libibex/ibex_block.c')
-rw-r--r-- | libibex/ibex_block.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libibex/ibex_block.c b/libibex/ibex_block.c index 7a5864ea32..565b8f02dc 100644 --- a/libibex/ibex_block.c +++ b/libibex/ibex_block.c @@ -251,7 +251,7 @@ ibex *ibex_open (char *file, int flags, int mode) int ibex_save (ibex *ib) { - printf("syncing database\n"); + d(printf("syncing database\n")); if (ib->predone) { ib->words->klass->index_post(ib->words); ib->predone = FALSE; @@ -266,7 +266,7 @@ int ibex_close (ibex *ib) { int ret = 0; - printf("closing database\n"); + d(printf("closing database\n")); if (ib->predone) { ib->words->klass->index_post(ib->words); |