From d776d8df262e1753fb428450140df94e63035af5 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 7 Aug 2008 00:12:57 +0200 Subject: [PATCH] dbwrap ctdb: fix a DEBUG message. Michael --- source/lib/dbwrap_ctdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/dbwrap_ctdb.c b/source/lib/dbwrap_ctdb.c index 4441bfacace..77319464f93 100644 --- a/source/lib/dbwrap_ctdb.c +++ b/source/lib/dbwrap_ctdb.c @@ -198,7 +198,7 @@ static NTSTATUS db_ctdb_store_persistent(struct db_record *rec, TDB_DATA data, i } /* retry-loop */ if (!NT_STATUS_IS_OK(status)) { - DEBUG(5, ("ctdbd_persistent_store still failed after " + DEBUG(5, ("ctdbd_persistent_store failed after " "%d retries with error %s - giving up.\n", count, nt_errstr(status))); } -- 2.47.3