mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
ctdb-daemon: Fix CID 1272855 Operands don't affect result
Failures are already logged at alert/error level above, so just log the summary at notice level. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12157 Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
47e6c37dca
commit
b92c78a043
@ -630,7 +630,7 @@ int ctdb_recheck_persistent_health(struct ctdb_context *ctdb)
|
||||
ctdb_db->db_path,
|
||||
ctdb_db->unhealthy_reason));
|
||||
}
|
||||
DEBUG((fail!=0)?DEBUG_ALERT:DEBUG_NOTICE,
|
||||
DEBUG(DEBUG_NOTICE,
|
||||
("ctdb_recheck_persistent_health: OK[%d] FAIL[%d]\n",
|
||||
ok, fail));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user