Make it clear that log message is about the XCache opcode cache.

remotes/origin/ldap_group_count
Andreas Fischer 13 years ago
parent 9770f52da6
commit 7fa53eae7f
  1. 2
      lib/util.php

@ -870,7 +870,7 @@ class OC_Util {
// XCache
if (function_exists('xcache_clear_cache')) {
if (ini_get('xcache.admin.enable_auth')) {
OC_Log::write('core', 'XCache will not be cleared because "xcache.admin.enable_auth" is enabled in php.ini.', \OC_Log::WARN);
OC_Log::write('core', 'XCache opcode cache will not be cleared because "xcache.admin.enable_auth" is enabled in php.ini.', \OC_Log::WARN);
} else {
xcache_clear_cache(XC_TYPE_PHP, 0);
}

Loading…
Cancel
Save