From 1254dfff9fcdb77084a22c7ab29d87e9f551c3d3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 28 Oct 2009 16:06:42 +0000 Subject: (switch_x_driver) nicer message --- perl-install/standalone/service_harddrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/service_harddrake') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index b92f6304e..dd83e0cc8 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -78,7 +78,7 @@ sub switch_x_driver { my ($old_driver, $new_driver, $reason) = @_; cp_af('/etc/X11/xorg.conf', "/etc/X11/xorg.conf.mdv$^T"); substInFile { s!Driver "($old_driver)"!Driver "$new_driver"!g } '/etc/X11/xorg.conf'; - log::explanations("switch X.org driver from $old_driver to $new_driver ($reason)"); + log::explanations("switch X.org driver from '$old_driver' to '$new_driver' ($reason)"); Xconfig::card::libgl_config_and_more({ Driver => $new_driver }); } -- cgit v1.2.1