Debug log file not found when getting fileinfo
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
fb296342b9
commit
e3de7ec867
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue