From 75656a78c66a66e0002da1da70c96084f6b77667 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 30 Dec 2020 17:28:33 +0100 Subject: [PATCH] tape: improve inline docu --- src/tape/drive/mod.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tape/drive/mod.rs b/src/tape/drive/mod.rs index 08926d21..c735c8b4 100644 --- a/src/tape/drive/mod.rs +++ b/src/tape/drive/mod.rs @@ -149,6 +149,10 @@ pub trait TapeDriver { /// Get the media changer (MediaChange + name) associated with a tape drive. /// /// Returns Ok(None) if the drive has no associated changer device. +/// +/// Note: This may return the drive name as changer-name if the drive +/// implements some kind of internal changer (which is true for our +/// 'virtual' drive implementation). pub fn media_changer( config: &SectionConfigData, drive: &str,