diff options
author | Michael Adam <obnox@samba.org> | 2011-09-02 16:23:22 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-09-02 16:23:48 +0200 |
commit | a74f35227151f9b7893350e24189a2c01c04fc31 (patch) | |
tree | 94eb66f9b3f73cc91fbdae178eea751d0deeef7f | |
parent | faf6710cde103e4abce734a65c1470a3522bd917 (diff) | |
download | samba-a74f35227151f9b7893350e24189a2c01c04fc31.tar.gz samba-a74f35227151f9b7893350e24189a2c01c04fc31.tar.xz samba-a74f35227151f9b7893350e24189a2c01c04fc31.zip |
tools/ctdb: fix a typo in a debug message
(This used to be ctdb commit 9bded1832179fbadc8bc94c5328ffa6c45a6d2ab)
-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; |