From a811decea5db5ce7c26e8e42cd49c233fa959fe1 Mon Sep 17 00:00:00 2001 From: codefiles <11915375+codefiles@users.noreply.github.com> Date: Wed, 27 Sep 2023 01:39:35 -0400 Subject: Fix mount debug message (#2116) --- archinstall/lib/disk/device_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/lib/disk') diff --git a/archinstall/lib/disk/device_handler.py b/archinstall/lib/disk/device_handler.py index 8af33fde..066d3295 100644 --- a/archinstall/lib/disk/device_handler.py +++ b/archinstall/lib/disk/device_handler.py @@ -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) -- cgit v1.2.3-54-g00ecf