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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/ProviderService.php')
-rw-r--r--lib/Service/ProviderService.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Service/ProviderService.php b/lib/Service/ProviderService.php
index eec65e6..fda2579 100644
--- a/lib/Service/ProviderService.php
+++ b/lib/Service/ProviderService.php
@@ -226,6 +226,11 @@ class ProviderService implements IProviderService {
$providerId, ConfigService::PROVIDER_INDEXED
);
} catch (ProviderOptionsDoesNotExistException $e) {
+ $this->miscService->log('Could not determine if provider with id '
+ . $providerId
+ . ' was properly indexed because the corresponding provider-option could not be found.'
+ . ' Make sure the initial indexing process has been completed successfully.'
+ );
return false;
}