diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2011-09-05 16:42:49 +1000 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2011-09-05 16:42:49 +1000 |
commit | 2e5b0f1eb27fddfb5cdd0a705ad0057eb5f29292 (patch) | |
tree | be6f10cc1f2aa3396568e4c426802c89425ec616 | |
parent | a3e007956864f5d902f7bec22a2c51d1c391a7ff (diff) | |
parent | a74f35227151f9b7893350e24189a2c01c04fc31 (diff) | |
download | samba-2e5b0f1eb27fddfb5cdd0a705ad0057eb5f29292.tar.gz samba-2e5b0f1eb27fddfb5cdd0a705ad0057eb5f29292.tar.xz samba-2e5b0f1eb27fddfb5cdd0a705ad0057eb5f29292.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/ctdb
(This used to be ctdb commit 32320ee278d1eec9aef18b400c0ddaa445d4211e)
-rw-r--r-- | ctdb/tools/ctdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c index bdf034266f..8528de70ee 100644 --- a/ctdb/tools/ctdb.c +++ b/ctdb/tools/ctdb.c @@ -4145,7 +4145,7 @@ static int control_backupdb(struct ctdb_context *ctdb, int argc, const char **ar DEBUG(DEBUG_ERR,("database '%s' is unhealthy: %s\n", argv[0], reason)); - DEBUG(DEBUG_ERR,("disallow backup : tunnable AllowUnhealthyDBRead = %u\n", + DEBUG(DEBUG_ERR,("disallow backup : tunable AllowUnhealthyDBRead = %u\n", allow_unhealthy)); talloc_free(tmp_ctx); return -1; |