Removed wrong SILC_LOG_ERROR and assert check from silc_idcache_add.
authorPekka Riikonen <priikone@silcnet.org>
Sat, 12 Apr 2008 10:50:09 +0000 (13:50 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 12 Apr 2008 10:50:09 +0000 (13:50 +0300)
commit01ad96cb7e509ac24c73220a2fa7c43fdd6cb70c
treefb253af7a3635d6d72d9edaad57b8aadd0e229cc
parent5749ebf8cfa5679321580dc261bfd35c0ba693a4
Removed wrong SILC_LOG_ERROR and assert check from silc_idcache_add.

In some cases it is not fatal error to attempt to add entry that already
exists.  Removed the assert and changed the error to debug message.
lib/silcapputil/silcidcache.c