mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
ctdbd: When a node is connected, log at DEBUG NOTICE not DEBUG_INFO
This is important enough that we should see it when the log level is DEBUG_NOTICE. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit eb8ec5681bfccb26c8ffae72952d54bb0ba46249)
This commit is contained in:
parent
a41df343de
commit
45b44a7155
@ -425,8 +425,9 @@ void ctdb_node_connected(struct ctdb_node *node)
|
|||||||
node->dead_count = 0;
|
node->dead_count = 0;
|
||||||
node->flags &= ~NODE_FLAGS_DISCONNECTED;
|
node->flags &= ~NODE_FLAGS_DISCONNECTED;
|
||||||
node->flags |= NODE_FLAGS_UNHEALTHY;
|
node->flags |= NODE_FLAGS_UNHEALTHY;
|
||||||
DEBUG(DEBUG_INFO,("%s: connected to %s - %u connected\n",
|
DEBUG(DEBUG_NOTICE,
|
||||||
node->ctdb->name, node->name, node->ctdb->num_connected));
|
("%s: connected to %s - %u connected\n",
|
||||||
|
node->ctdb->name, node->name, node->ctdb->num_connected));
|
||||||
}
|
}
|
||||||
|
|
||||||
struct queue_next {
|
struct queue_next {
|
||||||
|
Loading…
Reference in New Issue
Block a user