Reduced debug output
This commit is contained in:
parent
bcbc9de7b0
commit
eb3e53edc4
|
|
@ -293,7 +293,7 @@ class Installer:
|
|||
else:
|
||||
mount_queue[mountpoint] = lambda instance=partition['device_instance'], target=f"{self.target}{mountpoint}": instance.mount(target)
|
||||
|
||||
log(f"Using mount order: {list(sorted(mount_queue.items(), key=lambda item: item[0]))}", level=logging.INFO, fg="white")
|
||||
log(f"Using mount order: {list(sorted(mount_queue.items(), key=lambda item: item[0]))}", level=logging.DEBUG, fg="white")
|
||||
|
||||
# We mount everything by sorting on the mountpoint itself.
|
||||
for mountpoint, frozen_func in sorted(mount_queue.items(), key=lambda item: item[0]):
|
||||
|
|
|
|||
Loading…
Reference in New Issue