]> git.proxmox.com Git - pve-installer.git/commit
print paths directly with debug, not display
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 Apr 2024 16:06:14 +0000 (18:06 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 Apr 2024 12:31:37 +0000 (14:31 +0200)
commitf59910ebf13ba9b294d803f39c7eb7bb9841a921
treef350aa97f1ac3a2307032a795736d923d7108fdd
parenta14a9348f2e931d0a0f8120093b5eb7b80a599fd
print paths directly with debug, not display

A debug print is not only shorter code but also quotes the path
correctly, making it nicer for the user to copy (e.g., if the path is
at the end of a sentence the trailing dot could be misinterpreted as
being part of the path otherwise)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxmox-auto-install-assistant/src/main.rs
proxmox-chroot/src/main.rs
proxmox-fetch-answer/src/fetch_plugins/partition.rs