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:
authormattab <matthieu.aubry@gmail.com>2014-03-05 05:28:50 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-05 05:28:50 +0400
commit61be595cf13b8ad88c91fbd214d67ac6057408ed (patch)
treec1a72ca0f4c4134d7223447ca7b309491c44a08a
parent12f3972d394b1522214cdf7ac20b33a7df2a52cd (diff)
Fix message since we don't necessarily connect over HTTP anymore
-rw-r--r--core/CronArchive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/CronArchive.php b/core/CronArchive.php
index cfd0315794..bbc1ae3c08 100644
--- a/core/CronArchive.php
+++ b/core/CronArchive.php
@@ -1007,7 +1007,7 @@ Notes:
private function logInitInfo()
{
$this->logSection("INIT");
- $this->log("Querying Piwik API at: {$this->piwikUrl}");
+ $this->log("Piwik is installed at: {$this->piwikUrl}");
$this->log("Running Piwik " . Version::VERSION . " as Super User: " . $this->login);
}