Merge of nicer error message for gencache open error from HEAD.
authorTim Potter <tpot@samba.org>
Wed, 12 Feb 2003 01:20:56 +0000 (01:20 +0000)
committerTim Potter <tpot@samba.org>
Wed, 12 Feb 2003 01:20:56 +0000 (01:20 +0000)
(This used to be commit 23ca54000514d400c81950edb556ef4308a88253)

source3/lib/gencache.c

index a844d8c014db7b30cdb598c5b6f2582211bd3a59..2c356d24e8ed5027f34d0d824285747474c7eedb 100644 (file)
@@ -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;