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:
authorThomas Steur <thomas.steur@googlemail.com>2014-07-02 06:02:43 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-07-02 06:02:43 +0400
commit3a8aa4a5198b4f0b917ff72fbd32d14896c8fd67 (patch)
tree4bd8864594c9ac2366754f0238b6c857ec050989 /core/Tracker/Visit.php
parent888c3232c5e8a18cf2f3480dc9199471012d3f2c (diff)
wondering whether I will see it in the log
Diffstat (limited to 'core/Tracker/Visit.php')
-rw-r--r--core/Tracker/Visit.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/Tracker/Visit.php b/core/Tracker/Visit.php
index c391c0484d..a75f80635a 100644
--- a/core/Tracker/Visit.php
+++ b/core/Tracker/Visit.php
@@ -12,6 +12,7 @@ namespace Piwik\Tracker;
use Piwik\Common;
use Piwik\Config;
use Piwik\IP;
+use Piwik\Log;
use Piwik\Piwik;
use Piwik\Plugin\Dimension\VisitDimension;
use Piwik\Tracker;
@@ -80,6 +81,8 @@ class Visit implements VisitInterface
*/
public function handle()
{
+ Log::warning('handle');
+
// the IP is needed by isExcluded() and GoalManager->recordGoals()
$this->visitorInfo['location_ip'] = $this->request->getIp();