Skip to content

Commit 8fd5b47

Browse files
committed
adds debug message
1 parent 3ed7796 commit 8fd5b47

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/Tracker/Visit.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,8 @@ protected function updateExistingVisit($valuesToUpdate)
437437
if (isset($valuesToUpdate['idvisitor'])) {
438438
$this->updateIdVisitorAcrossLogTables($valuesToUpdate['idvisitor']);
439439

440+
Common::printDebug('Updating idvisitor across tables for idvisit = ' . $idVisit);
441+
440442
//For debug output below
441443
$valuesToUpdate['idvisitor'] = bin2hex($valuesToUpdate['idvisitor']);
442444
}

0 commit comments

Comments
 (0)