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