Skip to content
Snippets Groups Projects
Unverified Commit e3de7ec8 authored by Robin Appelman's avatar Robin Appelman
Browse files

Debug log file not found when getting fileinfo


Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>
parent fb296342
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment