tape: changer status command: make changer name optional

This commit is contained in:
Dietmar Maurer
2021-01-07 15:12:19 +01:00
parent 46a1863f88
commit 482c6e33dd
2 changed files with 31 additions and 5 deletions

View File

@ -73,7 +73,7 @@ pub async fn wait_for_local_worker(upid_str: &str) -> Result<(), Error> {
Ok(())
}
fn lookup_drive_name(
pub fn lookup_drive_name(
param: &Value,
config: &SectionConfigData,
) -> Result<String, Error> {