Browse code

downgrade cacheset_remove node-not-found to debug level

David Raynor authored on 2012/12/20 07:15:57
Showing 1 changed files
... ...
@@ -606,7 +606,7 @@ static inline void cacheset_remove(struct cache_set *cs, unsigned char *md5, siz
606 606
 
607 607
     memcpy(hash, md5, 16);
608 608
     if(splay(hash, size, cs) != 1) {
609
-	cli_errmsg("cacheset_remove: node not found in tree\n");
609
+	cli_dbgmsg("cacheset_remove: node not found in tree\n");
610 610
 	return; /* No op */
611 611
     }
612 612