tape/inventory: fix missing parameter in error message
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
b121711baa
commit
f197c286d5
@ -346,7 +346,7 @@ impl Inventory {
|
||||
|
||||
match last_pool {
|
||||
Some(pool) => Ok(pool.to_string()),
|
||||
None => bail!("media set {} is incomplete - unable to lookup pool"),
|
||||
None => bail!("media set {} is incomplete - unable to lookup pool", media_set_uuid),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user