src/utils_cache.c: Don't tell the user about missing values.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 4 Aug 2009 11:08:56 +0000 (13:08 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 4 Aug 2009 11:08:56 +0000 (13:08 +0200)
This is bound to confuse users..

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);