From ce2d04beb9f47f1a5fecead786c9f95b8e5d213e Mon Sep 17 00:00:00 2001 From: Antonio Francisco Date: Wed, 24 Feb 2021 15:36:50 -0300 Subject: [PATCH] Generate log message when an EVC is enabled but cannot be activated Fixes #231 --- models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/models.py b/models.py index 72d20f98..96b70d8b 100644 --- a/models.py +++ b/models.py @@ -599,6 +599,7 @@ def deploy_to_path(self, path=None): self._install_direct_uni_flows() use_path = Path() else: + log.warn(f"{self} was not deployed. No available path was found.") return False self.activate() self.current_path = use_path