Skip to content

Commit

Permalink
Process review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeloe committed Sep 10, 2024
1 parent 04631f6 commit 4c2cabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dissect/target/tools/mount.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def main():
elif allow_other in ["False", "false"]:
options["allow_other"] = False

log.info(f"Mounting to {args.mount} with options: {_format_options(options)}")
log.info("Mounting to %s with options: %s", args.mount, _format_options(options))
try:
FUSE(DissectMount(vfs), args.mount, **options)
except RuntimeError:
Expand Down

0 comments on commit 4c2cabf

Please sign in to comment.