summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 1b895790c..65adc34d0 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -557,6 +557,7 @@ sub writeandclean_ldsoconf {
push @l, grep { -d "$::prefix$_" } @suggest;
@l = difference2(\@l, \@default);
+ log::l("writeandclean_ldsoconf");
output($file, map { "$_\n" } uniq(@l));
}