Debug log file not found when getting fileinfo

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2018-05-04 18:48:12 +02:00
parent fb296342b9
commit e3de7ec867
No known key found for this signature in database
GPG key ID: 42B69D8A64526EFB

View file

@ -1368,6 +1368,7 @@ class View {
$data = $this->getCacheEntry($storage, $internalPath, $relativePath);
if (!$data instanceof ICacheEntry) {
\OC::$server->getLogger()->debug('No cache entry found for ' . $path . ' (storage: ' . $storage->getId() . ', internalPath: ' . $internalPath . ')');
return false;
}