diff options
-rw-r--r-- | lib/private/Files/View.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php index 527ca728229..bfc831af41c 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; } |