From 772e49cebd0c415a510f0af5d4a67c0ea25f068b Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 9 Sep 2013 16:09:53 -0300 Subject: [PATCH] Remove unecessary capitalized WARNING from disabled APC message --- etc/rc.php_ini_setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index a108c625b5..589fab8268 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -55,8 +55,8 @@ export LOWMEM if [ "$REALMEM" -lt "$MIN_REALMEM_FOR_APC" ]; then LOWMEM="TRUE" - echo ">>> WARNING! under $MIN_REALMEM_FOR_APC megabytes of ram detected. Not enabling APC." - echo ">>> WARNING! under $MIN_REALMEM_FOR_APC megabytes of ram detected. Not enabling APC." | /usr/bin/logger -p daemon.info -i -t rc.php_ini_setup + echo ">>> Under $MIN_REALMEM_FOR_APC megabytes of ram detected. Not enabling APC." + echo ">>> Under $MIN_REALMEM_FOR_APC megabytes of ram detected. Not enabling APC." | /usr/bin/logger -p daemon.info -i -t rc.php_ini_setup else # Calculate APC SHM size according