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()