mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
ctdb-daemon: Modernise remaining debug macro in this function
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14784 Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> (cherry picked from commit 0132bd5a2233193256af434a37506f86ed62c075)
This commit is contained in:
parent
cfbac3b5ab
commit
e3eeffafff
@ -494,8 +494,8 @@ int32_t ctdb_control_modflags(struct ctdb_context *ctdb, TDB_DATA indata)
|
||||
node->flags);
|
||||
|
||||
if (node->flags == 0 && ctdb->runstate <= CTDB_RUNSTATE_STARTUP) {
|
||||
DEBUG(DEBUG_ERR, (__location__ " Node %u became healthy - force recovery for startup\n",
|
||||
c->pnn));
|
||||
DBG_ERR("Node %u became healthy - force recovery for startup\n",
|
||||
c->pnn);
|
||||
ctdb->recovery_mode = CTDB_RECOVERY_ACTIVE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user