X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=perl%2FAmanda%2FTaper%2FController.pm;fp=perl%2FAmanda%2FTaper%2FController.pm;h=1518f354b08cb849823ab335d1b183f360398862;hb=d28952249e392eb31bc8eecc53f6c477f30c617b;hp=a1a6c091000cb494eb5233bd3b12b3bed7df63b1;hpb=949b8910a5e23c4285d0b1aedacfc82a14dc97a5;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'});