From 0818d41697e839741b642efb8377f43686c33b7b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 7 Jan 2008 11:19:27 +0100 Subject: Fix a comment. Michael (This used to be commit 62d6d4fff2edcce04e793d2a2f877cb3f4fedbdb) --- source3/winbindd/winbindd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3') 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. */ -- cgit