summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/lib/gencache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/gencache.c b/source3/lib/gencache.c
index a844d8c014..2c356d24e8 100644
--- a/source3/lib/gencache.c
+++ b/source3/lib/gencache.c
@@ -67,7 +67,7 @@ BOOL gencache_init(void)
SAFE_FREE(cache_fname);
if (!cache) {
- DEBUG(0, ("Attempt to open the cache file has failed.\n"));
+ DEBUG(5, ("Attempt to open gencache.tdb has failed.\n"));
return False;
}
return True;