Code

src/utils_cache.c: Don't tell the user about missing values.
[collectd.git] / src / utils_cache.c
index 38d0ce766463c52d7dc2fd5ab0d6922939f868a1..2505b55c29198f66976e17cb44e9068feb7f07f6 100644 (file)
@@ -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);