diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php index 527ca72822..bfc831af41 100644 --- a/lib/private/Files/View.php +++ b/lib/private/Files/View.php @@ -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; }