diff options
-rw-r--r-- | lib/Xconfig/card.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Xconfig/card.pm b/lib/Xconfig/card.pm index 349b407..c6dee75 100644 --- a/lib/Xconfig/card.pm +++ b/lib/Xconfig/card.pm @@ -354,7 +354,7 @@ sub libgl_config_and_more { -e "$::prefix$wanted" or log::l("ERROR: $wanted does not exist, linking $link to it anyway"); common::symlinkf_update_alternatives('gl_conf', $wanted); if ($need_run_ldconfig && $::isStandalone) { - log::explanations("ldconfig will be run because the GL library was " . ($wanted ? 'enabled' : 'disabled')); + log::explanations("ldconfig will be run because the GL library was $wanted"); system("/sbin/ldconfig"); } |