mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
server: be less verbose on redundant release_ip events
metze (This used to be ctdb commit 72ef5f891f85ce51f5ca7e0c03d0c7cc955be110)
This commit is contained in:
parent
58d7c44b1c
commit
ffdf32dedf
@ -733,7 +733,7 @@ int32_t ctdb_control_release_ip(struct ctdb_context *ctdb,
|
|||||||
vnn->takeover_ctx = NULL;
|
vnn->takeover_ctx = NULL;
|
||||||
|
|
||||||
if (!ctdb_sys_have_ip(&pip->addr)) {
|
if (!ctdb_sys_have_ip(&pip->addr)) {
|
||||||
DEBUG(DEBUG_NOTICE,("Redundant release of IP %s/%u on interface %s (ip not held)\n",
|
DEBUG(DEBUG_INFO,("Redundant release of IP %s/%u on interface %s (ip not held)\n",
|
||||||
ctdb_addr_to_str(&pip->addr),
|
ctdb_addr_to_str(&pip->addr),
|
||||||
vnn->public_netmask_bits,
|
vnn->public_netmask_bits,
|
||||||
ctdb_vnn_iface_string(vnn)));
|
ctdb_vnn_iface_string(vnn)));
|
||||||
|
Loading…
Reference in New Issue
Block a user