X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=perl%2FAmanda%2FTaper%2FController.pm;fp=perl%2FAmanda%2FTaper%2FController.pm;h=1518f354b08cb849823ab335d1b183f360398862;hb=691567b16c13087b31ee4c2b6d038e57872fae82;hp=a1a6c091000cb494eb5233bd3b12b3bed7df63b1;hpb=cc7d7b45afc706099acf7ff2490ec5667d370651;p=debian%2Famanda diff --git a/perl/Amanda/Taper/Controller.pm b/perl/Amanda/Taper/Controller.pm index a1a6c09..1518f35 100644 --- a/perl/Amanda/Taper/Controller.pm +++ b/perl/Amanda/Taper/Controller.pm @@ -1,8 +1,9 @@ # Copyright (c) 2009-2012 Zmanda Inc. All Rights Reserved. # -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 as published -# by the Free Software Foundation. +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -114,7 +115,7 @@ sub start { tx_fh => *STDOUT, message_cb => $message_cb, message_obj => $self, - debug => $Amanda::Config::debug_taper?'driver/taper':'', + debug => $Amanda::Config::debug_taper?'taper/driver':'', ); my $changer = Amanda::Changer->new(undef, tapelist => $self->{'tapelist'});