diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 00052540e..583cd69bf 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -685,8 +685,9 @@ For instance, ``io=0x300 irq=7''", $l), ); } } - eval { + eval { my $w = wait_load_module($in, $type, $l, $m); + log::l("user asked for loading module $m (type $type, desc $l)"); modules::load($m, $type, @options); }; if ($@) { |