From b64ac54aaa2f2a3d530eb07b79a5f5cc73426316 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 12 Feb 2003 15:16:37 +0000 Subject: fix just stupid fpons sucks --- perl-install/standalone/drakpxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakpxe') diff --git a/perl-install/standalone/drakpxe b/perl-install/standalone/drakpxe index 2700490fe..723ecceac 100755 --- a/perl-install/standalone/drakpxe +++ b/perl-install/standalone/drakpxe @@ -475,7 +475,7 @@ sub parse_pxelinux_cfg { } elsif (/^\s*(LOCALBOOT|KERNEL|APPEND)\s+(.*)/i) { $entry->{$1} = $2; } else { - log::l("ignoring line (titi_sucks) in file $file due to parsing error"); + log::l("ignoring line in file $file due to parsing error"); } } $entry and push @{$pxelinux_cfg{entry}}, $entry; -- cgit v1.2.1