From 3a3d0ef078e0743a31f990ff032908ea371320b4 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 17 Jul 2000 11:46:36 +0000 Subject: [PATCH] Added debug logging --- lib/silccore/idcache.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)); -- 2.43.0