From 40cb77746e91f0de07e2fb96c1592659946f436b Mon Sep 17 00:00:00 2001 From: Antonio Francisco Date: Tue, 2 Mar 2021 15:08:21 -0300 Subject: [PATCH] Generate log message when an EVC is enabled but (#232) 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