summaryrefslogtreecommitdiffstats
path: root/perl-install/install/pkgs.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-03 17:03:18 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-03 17:03:18 +0000
commit068965767bfc13889cf0f3caed9c2ba6c3b36f1a (patch)
tree9cf2457649d82da5d1181d86518d15758fc47217 /perl-install/install/pkgs.pm
parent7db740119bad3963e02ac2889798d176e4e92316 (diff)
downloaddrakx-backup-do-not-use-068965767bfc13889cf0f3caed9c2ba6c3b36f1a.tar
drakx-backup-do-not-use-068965767bfc13889cf0f3caed9c2ba6c3b36f1a.tar.gz
drakx-backup-do-not-use-068965767bfc13889cf0f3caed9c2ba6c3b36f1a.tar.bz2
drakx-backup-do-not-use-068965767bfc13889cf0f3caed9c2ba6c3b36f1a.tar.xz
drakx-backup-do-not-use-068965767bfc13889cf0f3caed9c2ba6c3b36f1a.zip
(_install_raw) log exit code
Diffstat (limited to 'perl-install/install/pkgs.pm')
-rw-r--r--perl-install/install/pkgs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm
index e504f37be..b0767211d 100644
--- a/perl-install/install/pkgs.pm
+++ b/perl-install/install/pkgs.pm
@@ -782,7 +782,7 @@ sub _install_raw {
# Uneeded callbacks: success_summary
});
- log::l("transactions done, now trying to close still opened fd");
+ log::l("transactions done, now trying to close still opened fd; exit code=$exit_code");
}
sub upgrade_by_removing_pkgs {