mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-05-08 11:00:12 -05:00
worded the log better
This commit is contained in:
@@ -2142,7 +2142,7 @@ class NBIPAddress(NetBoxObject):
|
||||
assigned_object = data.get("assigned_object_id")
|
||||
|
||||
if object_type == "ipam.fhrpgroup":
|
||||
log.info("IP address assigned to FHRP group. Skipping.")
|
||||
log.info(f"IP address with id '{assigned_object}' assigned to FHRP group. Skipping.")
|
||||
return
|
||||
|
||||
# used to track changes in object primary IP assignments
|
||||
|
||||
Reference in New Issue
Block a user