diff options
author | Tim Retout <tim@retout.co.uk> | 2012-09-26 22:06:11 +0100 |
---|---|---|
committer | Tim Retout <tim@retout.co.uk> | 2012-09-26 22:06:11 +0100 |
commit | 43ac04763d60ae651dc8f1a592cc2f0d41387a7d (patch) | |
tree | 70cda6cfa81464d7a5970d8cdc76103ec82c8cf1 /solenv/bin/modules | |
parent | 247d1899e3fb69af30094d388c97ce074a2da26c (diff) |
installer: Add extra failure warning.
Change-Id: I387ee22ce59606b9680e1df70b8076ec474427a6
Diffstat (limited to 'solenv/bin/modules')
-rw-r--r-- | solenv/bin/modules/installer.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer.pm b/solenv/bin/modules/installer.pm index 2c2ef2295cbd..2c1f8554fd06 100644 --- a/solenv/bin/modules/installer.pm +++ b/solenv/bin/modules/installer.pm @@ -98,6 +98,7 @@ sub main { if ($@) { my $message = "ERROR: $@"; + warn "ERROR: Failure in installer.pm\n"; warn "$message\n"; $exit_code = -1; |