forked from extern/egroupware
Improve logging message to include values instead of 'Array'
This commit is contained in:
parent
711a03aebf
commit
4caec9dbd3
@ -278,7 +278,7 @@ class Base
|
||||
{
|
||||
if(self::LOG_LEVEL > 1)
|
||||
{
|
||||
error_log(__METHOD__ . "('$path') = '" . self::$resolve_url_cache[$path] . "' (from cache)");
|
||||
error_log(__METHOD__ . "('$path') = '" . print_r(self::$resolve_url_cache[$path], true) . "' (from cache)");
|
||||
}
|
||||
$mounted = self::$resolve_url_cache[$path]['mounted'];
|
||||
return self::$resolve_url_cache[$path]['url'];
|
||||
|
Loading…
Reference in New Issue
Block a user