diff --git a/core/src/plugins/access.fs/class.fsAccessWrapper.php b/core/src/plugins/access.fs/class.fsAccessWrapper.php index 18ed491274..6813d62d78 100644 --- a/core/src/plugins/access.fs/class.fsAccessWrapper.php +++ b/core/src/plugins/access.fs/class.fsAccessWrapper.php @@ -265,7 +265,7 @@ public function stream_open($path, $mode, $options, &$context) try { $this->realPath = AJXP_Utils::securePath(self::initPath($path, "file")); } catch (Exception $e) { - AJXP_Logger::error(__CLASS__,"stream_open", "Error while opening stream $path"); + AJXP_Logger::error(__CLASS__,"stream_open", "Error while opening stream $path (".$e->getMessage().")"); return false; } if ($this->realPath == -1) {