Imported Upstream version 2.6.0p2
[debian/amanda] / perl / Amanda / Logfile.pm
index ebea270aaf48d7a556479ec0538743774e97cf24..4bec9e9c52465eaa9efc958c79ba9b06b322ad41 100644 (file)
@@ -251,7 +251,8 @@ Functions in this section extract information from logfiles.
 =item C<find_log()>
 
 Return a list of logfiles for active tapes.  The tapelist must be loaded before
-this function is called (see L<Amanda::Tapelist>).
+this function is called (see L<Amanda::Tapefile>, and note that this module will be
+renamed to L<Amanda::Tapelist> in Amanda-2.6.1).
 
 =item C<search_logfile($label, $datestamp, $logfile, $add_missing_disks)>
 
@@ -268,6 +269,8 @@ C<$level> is given as a string, since it is a match expression.
 
 All of these functions can be imported by name.
 
+=back
+
 =cut
 
 push @EXPORT_OK, qw(open_logfile get_logline close_logfile);