Skip to content

Commit

Permalink
debug: more info for debian bonded on nvidia hw
Browse files Browse the repository at this point in the history
  • Loading branch information
eb-eqm committed May 31, 2024
1 parent dd199d8 commit 5d9c18d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packetnetworking/distros/distro_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def run(self, rootfs_path):
"""
Run processes the rendered tasks and writes them to the filesystem.
"""
log.debug("Running {}.run() with context: {}".format(self.__class__.__name__, self.context()))
rendered_tasks = self.render()
if not rendered_tasks:
return {}
Expand Down

0 comments on commit 5d9c18d

Please sign in to comment.