From af2dcb8a0ec1dcbd4c4c5d36c0c883231e70e3bb Mon Sep 17 00:00:00 2001 From: micafer Date: Tue, 30 Jun 2020 10:01:45 +0200 Subject: [PATCH] Improve log mess --- IM/InfrastructureInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IM/InfrastructureInfo.py b/IM/InfrastructureInfo.py index 6ec69e01d..fb3e4fabf 100644 --- a/IM/InfrastructureInfo.py +++ b/IM/InfrastructureInfo.py @@ -245,7 +245,7 @@ def destroy(self, auth, force=False): """ Destroy the infrastructure """ - InfrastructureInfo.logger.info("Destroying the Inf ID: " + str(self.id)) + InfrastructureInfo.logger.info("Destroying the Inf ID: %s (force=%s)" % (self.id, force)) try: # First stop ctxt processes self.stop()