Skip to content

Commit

Permalink
fence_mpath: add missing space in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
oalbrigt committed Oct 10, 2024
1 parent dfcc7e9 commit 6e0a0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents/mpath/fence_mpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def set_status(conn, options):
if options["--plug"] not in get_registration_keys(options, dev):
count += 1
logging.debug("Failed to register key "\
+ options["--plug"] + "on device " + dev + "\n")
+ options["--plug"] + " on device " + dev + "\n")
continue
dev_write(options, dev)

Expand Down

0 comments on commit 6e0a0bb

Please sign in to comment.