Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2018-05-04 19:48:12 +0300
committerRobin Appelman <robin@icewind.nl>2018-05-04 19:48:12 +0300
commite3de7ec8672d191ea151878a48c6827c2817733d (patch)
treea3482c38e9cc0d9161fd6e7c4f1d245f54ba30d6 /lib/private/Files/View.php
parentfb296342b9f6081c2e6a1f6784b1666ddd474d7d (diff)
Debug log file not found when getting fileinfo
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/private/Files/View.php')
-rw-r--r--lib/private/Files/View.php1
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;
}