diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-03-03 17:03:18 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-03-03 17:03:18 +0000 |
commit | 068965767bfc13889cf0f3caed9c2ba6c3b36f1a (patch) | |
tree | 9cf2457649d82da5d1181d86518d15758fc47217 | |
parent | 7db740119bad3963e02ac2889798d176e4e92316 (diff) | |
download | drakx-068965767bfc13889cf0f3caed9c2ba6c3b36f1a.tar drakx-068965767bfc13889cf0f3caed9c2ba6c3b36f1a.tar.gz drakx-068965767bfc13889cf0f3caed9c2ba6c3b36f1a.tar.bz2 drakx-068965767bfc13889cf0f3caed9c2ba6c3b36f1a.tar.xz drakx-068965767bfc13889cf0f3caed9c2ba6c3b36f1a.zip |
(_install_raw) log exit code
-rw-r--r-- | perl-install/install/pkgs.pm | 2 |
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 { |