From 433a10d41b91262c57edb7d4b5ec842310b3b503 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 3 Mar 2008 18:41:56 +0000 Subject: be a little less verbose --- perl-install/install/pkgs.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/install') 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"); } } -- cgit v1.2.1