From e3de7ec8672d191ea151878a48c6827c2817733d Mon Sep 17 00:00:00 2001
From: Robin Appelman <robin@icewind.nl>
Date: Fri, 4 May 2018 18:48:12 +0200
Subject: [PATCH] Debug log file not found when getting fileinfo

Signed-off-by: Robin Appelman <robin@icewind.nl>
---
 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 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;
 			}
 
-- 
GitLab