From b3482d84e54f4894e33b2bf6d8883535cfc5a006 Mon Sep 17 00:00:00 2001
From: Thierry Vignaud <tvignaud@mandriva.org>
Date: Tue, 24 Jun 2003 08:27:47 +0000
Subject: make log message arch independant

---
 perl-install/bootloader.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'perl-install')

diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 351ab705b..75fefe6dc 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -83,7 +83,7 @@ sub read() {
     my %b;
     foreach (cat_("$::prefix$file")) {
 	next if /^\s*#/ || /^\s*$/;
-	($_, $v) = /^\s*([^=\s]+)\s*(?:=\s*(.*?))?\s*$/ or log::l("unknown line in lilo.conf: $_"), next;
+	($_, $v) = /^\s*([^=\s]+)\s*(?:=\s*(.*?))?\s*$/ or log::l("unknown line in $file: $_"), next;
 
 	if (/^(image|other)$/) {
 	    if (arch() =~ /ppc/) {
-- 
cgit v1.2.1