Fix mount debug message (#2116)
This commit is contained in:
parent
bc8d4ea234
commit
a811decea5
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue