diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-03 18:41:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-03 18:41:56 +0000 |
commit | 433a10d41b91262c57edb7d4b5ec842310b3b503 (patch) | |
tree | 93b7ea4cc9e903beb9ee6b389ff52f4e85de1213 /perl-install/install | |
parent | c9b2a83020d8428cd84cc54db84eb45959bc9172 (diff) | |
download | drakx-433a10d41b91262c57edb7d4b5ec842310b3b503.tar drakx-433a10d41b91262c57edb7d4b5ec842310b3b503.tar.gz drakx-433a10d41b91262c57edb7d4b5ec842310b3b503.tar.bz2 drakx-433a10d41b91262c57edb7d4b5ec842310b3b503.tar.xz drakx-433a10d41b91262c57edb7d4b5ec842310b3b503.zip |
be a little less verbose
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/pkgs.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index 2c733ef6f..089d94fb0 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -61,7 +61,6 @@ 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"); } } |