summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2013-02-13 18:27:37 -0800
committerRuss Allbery <rra@stanford.edu>2013-02-13 18:28:47 -0800
commita43b3ebfc2f48079a4c4f20132567e6b0f30028c (patch)
tree5ccbe08c188a7b35fffa6ed2307beaa884e2fac3 /perl
parentdc5d5b7d4a10cf44c356e8f920d852ef26601e1b (diff)
Don't separately warn on upgrade in Wallet::Admin
The wallet-admin wrapper script will already pass any errors to die, so don't separately warn. Change-Id: Id5b27c5f9eaba8cf2d45ef058aaaa93e50f9cab5 Reviewed-on: https://gerrit.stanford.edu/795 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'perl')
-rw-r--r--perl/Wallet/Admin.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl/Wallet/Admin.pm b/perl/Wallet/Admin.pm
index fd184a0..97a2c15 100644
--- a/perl/Wallet/Admin.pm
+++ b/perl/Wallet/Admin.pm
@@ -200,7 +200,6 @@ sub upgrade {
}
if ($@) {
$self->error ($@);
- warn $@;
return;
}