Fix mount debug message (#2116)

This commit is contained in:
codefiles 2023-09-27 01:39:35 -04:00 committed by GitHub
parent bc8d4ea234
commit a811decea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ class DeviceHandler(object):
command = f'mount {mount_fs} {str_options} {dev_path} {target_mountpoint}'
debug(f'Mounting {dev_path}: command')
debug(f'Mounting {dev_path}: {command}')
try:
SysCommand(command)