diff options
Diffstat (limited to 'source3/lib')
| -rw-r--r-- | source3/lib/dbwrap_ctdb.c | 2 | 
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)));  	}  | 
