From: Michael Adam Date: Wed, 6 Aug 2008 22:12:57 +0000 (+0200) Subject: dbwrap ctdb: fix a DEBUG message. X-Git-Tag: samba-3.3.0pre1~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d776d8df262e1753fb428450140df94e63035af5;p=thirdparty%2Fsamba.git dbwrap ctdb: fix a DEBUG message. Michael --- 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))); }