From eddce0cc59a79bbc957a27a4f80b3462736a4435 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 5 Mar 2004 09:33:44 +0000 Subject: fix warning --- perl-install/detect_devices.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/detect_devices.pm') diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 8dd0d958f..7825fc748 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -800,7 +800,7 @@ sub suggest_mount_point { } elsif ($name eq 'fd') { $name = 'floppy'; } else { - log::l("set_removable_mntpoints: don't know what to with hd $e->{device}"); + log::l("suggest_mount_point: don't know what to with hd $e->{device}"); } } $name; -- cgit v1.2.1