From bffb9406c86a6f33cb7887e97830b790119a2965 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 5 Aug 2004 02:31:54 +0000 Subject: (adsl_conf_backend) fix error message --- perl-install/network/adsl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index a0cd687bf..c43b82459 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -319,7 +319,7 @@ TYPE=$kind unless ($::isStandalone) { $modems{$adsl_device}{modules} and eval { modules::load(@{$modems{$adsl_device}{modules}}) } - or log::l "failled to load @{$modems{$adsl_device}{modules}} modules: $@"; + or log::l "failled to load " . join('', @{$modems{$adsl_device}{modules}}), " modules: $@"; $modems{$adsl_device}{start} and run_program::rooted($::prefix, $modems{$adsl_device}{start}); } } -- cgit v1.2.1