summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-07 00:12:57 +0200
committerMichael Adam <obnox@samba.org>2008-08-13 11:54:08 +0200
commit286974e35a759455856ad099075a712888f69673 (patch)
tree62d1a10eb80f042405e702d6863ba804cba192ea /source3
parent134ea912781ba8da276217d6d663ab1967407f3e (diff)
downloadsamba-286974e35a759455856ad099075a712888f69673.tar.gz
samba-286974e35a759455856ad099075a712888f69673.tar.bz2
samba-286974e35a759455856ad099075a712888f69673.zip
dbwrap ctdb: fix a DEBUG message.
Michael (This used to be commit d776d8df262e1753fb428450140df94e63035af5)
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/dbwrap_ctdb.c2
1 files changed, 1 insertions, 1 deletions
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)));
}