diff options
Diffstat (limited to 'src/dicache.c')
-rw-r--r-- | src/dicache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dicache.c b/src/dicache.c index 424fc87f..36d08369 100644 --- a/src/dicache.c +++ b/src/dicache.c @@ -357,7 +357,7 @@ void a_Dicache_close(DilloUrl *url, int version, CacheClient_t *Client) dReturn_if_fail ( DicEntry != NULL ); /* a_Dicache_unref() may free DicEntry */ - MSG("a_Dicache_close RefCount=%d\n", DicEntry->RefCount - 1); + _MSG("a_Dicache_close RefCount=%d\n", DicEntry->RefCount - 1); if (DicEntry->State < DIC_Close) { DicEntry->State = DIC_Close; |