From 30da84bcde05e5720ae3af4055e107e4767bb2b9 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 4 Aug 2009 13:08:56 +0200 Subject: [PATCH] src/utils_cache.c: Don't tell the user about missing values. This is bound to confuse users.. --- src/utils_cache.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils_cache.c b/src/utils_cache.c index 38d0ce76..2505b55c 100644 --- a/src/utils_cache.c +++ b/src/utils_cache.c @@ -904,7 +904,6 @@ static meta_data_t *uc_get_meta (const value_list_t *vl) /* {{{ */ if (status != 0) { pthread_mutex_unlock (&cache_lock); - NOTICE ("utils_cache: uc_get_meta: No such cache entry: %s", name); return (NULL); } assert (ce != NULL); -- 2.30.2