diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-14 18:49:04 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-14 18:49:04 -0300 |
commit | 952f0fed9ae8df6434d1b613b98fa48d2c698332 (patch) | |
tree | 4248283da8f414eb2f8323d56686dbdf586b44c3 /src/dicache.c | |
parent | 7d3db08ea82c01ce1b7606cc2ab89d3da42adc71 (diff) |
Make now-unused debug messages silent.
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; |