Skip to content

Commit

Permalink
Improve log mess
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jun 30, 2020
1 parent a4c9e0c commit af2dcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IM/InfrastructureInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit af2dcb8

Please sign in to comment.