mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Improve logging message to include values instead of 'Array'
This commit is contained in:
parent
2287ca15c2
commit
bc18846d75
@ -278,7 +278,7 @@ class Base
|
|||||||
{
|
{
|
||||||
if(self::LOG_LEVEL > 1)
|
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'];
|
$mounted = self::$resolve_url_cache[$path]['mounted'];
|
||||||
return self::$resolve_url_cache[$path]['url'];
|
return self::$resolve_url_cache[$path]['url'];
|
||||||
|
Loading…
Reference in New Issue
Block a user