From cc45d9ded91137d9419e6cc6b2e6dcb504cccfa6 Mon Sep 17 00:00:00 2001 From: Solvik Date: Wed, 7 Aug 2019 10:12:52 +0200 Subject: [PATCH] Update netbox_agent/network.py Co-Authored-By: Guillaume Gelin --- netbox_agent/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox_agent/network.py b/netbox_agent/network.py index 0adca94..f11e06e 100644 --- a/netbox_agent/network.py +++ b/netbox_agent/network.py @@ -173,7 +173,7 @@ class Network(): else: if netbox_ip.interface.id != interface.id: logger.info( - 'Dected interface change: old interface is {old_interface} ' + 'Detected interface change: old interface is {old_interface} ' '(id: {old_id}), new interface is {new_interface} (id: {new_id})' .format( old_interface=netbox_ip.interface, new_interface=interface,