diff options
author | Michael Adam <obnox@samba.org> | 2008-01-07 11:19:27 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-07 11:19:27 +0100 |
commit | 0818d41697e839741b642efb8377f43686c33b7b (patch) | |
tree | d206b7da12264aa86ba8e405f148752457bff67a /source3 | |
parent | 696cf4d3c013f99d034c19c6762bf71c7c1ee8a6 (diff) | |
download | samba-0818d41697e839741b642efb8377f43686c33b7b.tar.gz samba-0818d41697e839741b642efb8377f43686c33b7b.tar.bz2 samba-0818d41697e839741b642efb8377f43686c33b7b.zip |
Fix a comment.
Michael
(This used to be commit 62d6d4fff2edcce04e793d2a2f877cb3f4fedbdb)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/winbindd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 8ebae3f16d..5e9900d1d6 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -130,7 +130,8 @@ static void flush_caches(void) * before we initialize the cache again. */ if (winbindd_validate_cache() < 0) { - DEBUG(0, ("corrupted tdb found, trying to restore backup\n")); + DEBUG(0, ("winbindd cache tdb corrupt and no backup " + "could be restore.\n")); } /* Initialize cache again. */ |