summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-07 11:19:27 +0100
committerMichael Adam <obnox@samba.org>2008-01-07 11:19:27 +0100
commit0818d41697e839741b642efb8377f43686c33b7b (patch)
treed206b7da12264aa86ba8e405f148752457bff67a
parent696cf4d3c013f99d034c19c6762bf71c7c1ee8a6 (diff)
downloadsamba-0818d41697e839741b642efb8377f43686c33b7b.tar.gz
samba-0818d41697e839741b642efb8377f43686c33b7b.tar.bz2
samba-0818d41697e839741b642efb8377f43686c33b7b.zip
Fix a comment.
Michael (This used to be commit 62d6d4fff2edcce04e793d2a2f877cb3f4fedbdb)
-rw-r--r--source3/winbindd/winbindd.c3
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. */