summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 27aec36)
raw | patch | inline | side by side (parent: 27aec36)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 4 Aug 2009 11:08:56 +0000 (13:08 +0200) | ||
committer | Florian 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 | patch | blob | history |
diff --git a/src/utils_cache.c b/src/utils_cache.c
index 38d0ce766463c52d7dc2fd5ab0d6922939f868a1..2505b55c29198f66976e17cb44e9068feb7f07f6 100644 (file)
--- a/src/utils_cache.c
+++ b/src/utils_cache.c
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);