]> git.proxmox.com Git - proxmox-backup.git/commit
pxar: log when skipping mount points
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 9 Nov 2020 11:41:31 +0000 (12:41 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 9 Nov 2020 11:43:16 +0000 (12:43 +0100)
commit47208b4147d94ad3cd133a218c0e01f6633e5db2
tree045f28928f5d31363bc6d5878b5808c0aa3b8150
parentb783591fb52a09980b842c135db368895f23bfab
pxar: log when skipping mount points

Clippy complains about the number of paramters we have for
create_archive and it really does need to be made somewhat
less awkward and more usable. For now we just log to stderr
as we previously did. Added todo-comments for this.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/pxar/create.rs