From e3de7ec8672d191ea151878a48c6827c2817733d Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 4 May 2018 18:48:12 +0200 Subject: [PATCH] Debug log file not found when getting fileinfo Signed-off-by: Robin Appelman --- lib/private/Files/View.php | 1 + 1 file changed, 1 insertion(+) 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; }