tape: improve backup task logging

This commit is contained in:
Dietmar Maurer
2021-02-23 12:58:44 +01:00
parent 41685061f7
commit 3fbf2311e4
2 changed files with 6 additions and 0 deletions

View File

@ -363,6 +363,8 @@ pub fn request_and_load_media(
if drive_config.changer.is_some() {
task_log!(worker, "loading media '{}' into drive '{}'", label_text, drive);
let mut changer = MtxMediaChanger::with_drive_config(&drive_config)?;
changer.load_media(&label_text)?;