Skip to content
Snippets Groups Projects
Commit fcb648e1 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Correct grammar in a fsimage.py debug message.

parent 6bf636c9
No related branches found
No related tags found
No related merge requests found
Pipeline #253426 passed
......@@ -54,7 +54,7 @@ class FsImageContainer(Archive):
logger.debug("Launching guestfs; this may take some time")
with profile("command", "guestfs"):
self.g.launch()
logger.debug("guestfs successful launched")
logger.debug("guestfs successfully launched")
except RuntimeError:
logger.exception("guestfs failed to launch")
logger.error(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment