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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/ArchiveProcessor/PluginsArchiver.php')
-rw-r--r--core/ArchiveProcessor/PluginsArchiver.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/ArchiveProcessor/PluginsArchiver.php b/core/ArchiveProcessor/PluginsArchiver.php
index 42b497c4b7..f251551a6d 100644
--- a/core/ArchiveProcessor/PluginsArchiver.php
+++ b/core/ArchiveProcessor/PluginsArchiver.php
@@ -138,11 +138,12 @@ class PluginsArchiver
$this->logAggregator->setQueryOriginHint('');
- Log::debug("PluginsArchiver::%s: %s while archiving %s reports for plugin '%s'.",
+ Log::debug("PluginsArchiver::%s: %s while archiving %s reports for plugin '%s' %s.",
__FUNCTION__,
$timer->getMemoryLeak(),
$this->params->getPeriod()->getLabel(),
- $pluginName
+ $pluginName,
+ $this->params->getSegment() ? sprintf("(for segment = '%s')", $this->params->getSegment()->getString()) : ''
);
} catch (Exception $e) {
$className = get_class($e);