mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
server: print node number as signed integer on release ip event
metze (This used to be ctdb commit 6c456face30606641f6b8beaad3121c9b05ca763)
This commit is contained in:
@ -745,7 +745,7 @@ int32_t ctdb_control_release_ip(struct ctdb_context *ctdb,
|
||||
return 0;
|
||||
}
|
||||
|
||||
DEBUG(DEBUG_NOTICE,("Release of IP %s/%u on interface %s node:%u\n",
|
||||
DEBUG(DEBUG_NOTICE,("Release of IP %s/%u on interface %s node:%d\n",
|
||||
ctdb_addr_to_str(&pip->addr),
|
||||
vnn->public_netmask_bits,
|
||||
ctdb_vnn_iface_string(vnn),
|
||||
|
Reference in New Issue
Block a user