Merge pull request #9397 from nextcloud/log-fileinfo-not-found
Debug log file not found when getting fileinfo
This commit is contained in:
commit
7639f680a2
|
@ -1368,6 +1368,7 @@ class View {
|
||||||
$data = $this->getCacheEntry($storage, $internalPath, $relativePath);
|
$data = $this->getCacheEntry($storage, $internalPath, $relativePath);
|
||||||
|
|
||||||
if (!$data instanceof ICacheEntry) {
|
if (!$data instanceof ICacheEntry) {
|
||||||
|
\OC::$server->getLogger()->debug('No cache entry found for ' . $path . ' (storage: ' . $storage->getId() . ', internalPath: ' . $internalPath . ')');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue