From 286974e35a759455856ad099075a712888f69673 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 7 Aug 2008 00:12:57 +0200 Subject: dbwrap ctdb: fix a DEBUG message. Michael (This used to be commit d776d8df262e1753fb428450140df94e63035af5) --- source3/lib/dbwrap_ctdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/dbwrap_ctdb.c') diff --git a/source3/lib/dbwrap_ctdb.c b/source3/lib/dbwrap_ctdb.c index 4441bfacac..77319464f9 100644 --- a/source3/lib/dbwrap_ctdb.c +++ b/source3/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))); } -- cgit