1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

Merge of nicer error message for gencache open error from HEAD.

This commit is contained in:
Tim Potter
-
parent 3a912bee74
commit 23ca540005

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