From: Pekka Riikonen Date: Mon, 17 Jul 2000 11:46:36 +0000 (+0000) Subject: Added debug logging X-Git-Tag: SILC.0.1~446 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=3a3d0ef078e0743a31f990ff032908ea371320b4;p=silc.git Added debug logging --- diff --git a/lib/silccore/idcache.c b/lib/silccore/idcache.c index 5f322004..87ac53c7 100644 --- a/lib/silccore/idcache.c +++ b/lib/silccore/idcache.c @@ -20,6 +20,9 @@ /* * $Id$ * $Log$ + * Revision 1.4 2000/07/17 11:46:36 priikone + * Added debug logging + * * Revision 1.3 2000/07/12 05:54:01 priikone * Major rewrite of whole ID Cache system. * @@ -111,7 +114,7 @@ SilcIDCache silc_idcache_alloc(unsigned int count) { SilcIDCache cache; - SILC_LOG_DEBUG(("Allocating new cache")), + SILC_LOG_DEBUG(("Allocating new cache")); cache = silc_calloc(1, sizeof(*cache)); cache->cache = silc_calloc(count ? count : 5, sizeof(*cache->cache));