diff options
author | Francois Pons <fpons@mandriva.com> | 2002-08-06 12:45:16 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-08-06 12:45:16 +0000 |
commit | cf0c65a557e6c0a296663fbe583db280cb4c66dd (patch) | |
tree | 1d7f8879ac45261d6fd6b73d95ec4d8b66cea824 /perl-install | |
parent | 9bdd8bd507eeb21268a974e4c979cd34fe770b03 (diff) | |
download | drakx-cf0c65a557e6c0a296663fbe583db280cb4c66dd.tar drakx-cf0c65a557e6c0a296663fbe583db280cb4c66dd.tar.gz drakx-cf0c65a557e6c0a296663fbe583db280cb4c66dd.tar.bz2 drakx-cf0c65a557e6c0a296663fbe583db280cb4c66dd.tar.xz drakx-cf0c65a557e6c0a296663fbe583db280cb4c66dd.zip |
added log to follow dead lock to check what may cause it).
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/pkgs.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index e207a8cac..1b400e88c 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -82,6 +82,7 @@ sub extractHeaders { foreach (@$pkgs) { my $f = "$prefix/tmp/headers/". $_->header_filename; $_->update_header($f) or log::l("unable to open header file $f"), next; + log::l("read header file $f"); } } |