[pbs-devel] applied: [PATCH proxmox-backup 0/5] various bug fixes/improvements for gc

Dietmar Maurer dietmar at proxmox.com
Tue Nov 3 06:11:38 CET 2020


> return Err(format_err!(
>     "cannot open index {}: {}",
>     full_path.to_string_lossy(),
>     err,
> ));
> 
> is:
> 
> bail!("can't open index {} - {}", path.to_string_lossy(), err),

btw, I normally use the following instead:

bail!("can't open index {:?} - {}", path, err),





More information about the pbs-devel mailing list