Merge branch 'ff/genericjmx'
[collectd.git] / src / utils_cache.c
index 38d0ce7..2505b55 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);