summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2018-05-04 18:48:12 +0200
committerRobin Appelman <robin@icewind.nl>2018-05-04 18:48:12 +0200
commite3de7ec8672d191ea151878a48c6827c2817733d (patch)
treea3482c38e9cc0d9161fd6e7c4f1d245f54ba30d6 /lib
parentfb296342b9f6081c2e6a1f6784b1666ddd474d7d (diff)
downloadnextcloud-server-e3de7ec8672d191ea151878a48c6827c2817733d.tar.gz
nextcloud-server-e3de7ec8672d191ea151878a48c6827c2817733d.zip
Debug log file not found when getting fileinfo
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib')
-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;
}