projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0092e7
)
Added debug logging
author
Pekka Riikonen
<priikone@silcnet.org>
Mon, 17 Jul 2000 11:46:36 +0000
(11:46 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Mon, 17 Jul 2000 11:46:36 +0000
(11:46 +0000)
lib/silccore/idcache.c
patch
|
blob
|
history
diff --git
a/lib/silccore/idcache.c
b/lib/silccore/idcache.c
index 5f322004d7350d00fb5a894e32d10260424a4bfa..87ac53c7a3d562b63142460e9d5326f6a18dcef6 100644
(file)
--- 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));