From 6e7ad3dc54cd597a587cabdb85939d4822dbcdb2 Mon Sep 17 00:00:00 2001 From: tiotsop01 Date: Fri, 16 Nov 2018 01:21:19 +1300 Subject: [PATCH] dev/cloud-native/issues#18: Soften messages for read-only extensionsDir --- CRM/Utils/Check/Component/Env.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Check/Component/Env.php b/CRM/Utils/Check/Component/Env.php index 0c44427fe6..e39193411b 100644 --- a/CRM/Utils/Check/Component/Env.php +++ b/CRM/Utils/Check/Component/Env.php @@ -572,7 +572,7 @@ class CRM_Utils_Check_Component_Env extends CRM_Utils_Check_Component { ts('Your extensions directory (%1) is read-only. If you would like to perform downloads or upgrades, then change the file permissions.', array(1 => $basedir)), ts('Read-Only Extensions'), - \Psr\Log\LogLevel::WARNING, + \Psr\Log\LogLevel::NOTICE, 'fa-plug' ); } -- 2.25.1