summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-01-29 02:54:36 +0000
committerTim Potter <tpot@samba.org>2003-01-29 02:54:36 +0000
commit1394248a101b058ed860abe9826be5f71bfe421d (patch)
treed8761e6065dfd0168439bee8841733fb430dda18 /source3
parent79b26867c0ff712e9400f06fdb0a65bcb5e668b7 (diff)
downloadsamba-1394248a101b058ed860abe9826be5f71bfe421d.tar.gz
samba-1394248a101b058ed860abe9826be5f71bfe421d.tar.bz2
samba-1394248a101b058ed860abe9826be5f71bfe421d.zip
Quieten debug about gencache.tdb not being able to be opened.
Perhaps we should try to open O_RDONLY if O_RDWR fails? (This used to be commit 1e7236371d2b766b161acbb0c950cd3bb4a6ede7)
Diffstat (limited to 'source3')
-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;