mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
quiten permanent logging
This commit is contained in:
parent
317604a4e1
commit
404efd5cd3
@ -527,8 +527,7 @@ class StreamWrapper extends Api\Db\Pdo implements Vfs\StreamWrapperIface
|
|||||||
*/
|
*/
|
||||||
function stream_stat ( )
|
function stream_stat ( )
|
||||||
{
|
{
|
||||||
if (self::LOG_LEVEL > 1) error_log(__METHOD__."($this->opened_path)");
|
if (self::LOG_LEVEL > 1) error_log(__METHOD__."() opened_path=$this->opened_path, context=".json_encode(stream_context_get_options($this->context)));
|
||||||
error_log(__METHOD__."() opened_path=$this->opened_path, context=".json_encode(stream_context_get_options($this->context)));
|
|
||||||
|
|
||||||
return $this->url_stat($this->opened_path,0);
|
return $this->url_stat($this->opened_path,0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user