Skip to content

Commit

Permalink
EZP-29211: Fixed logs for missing cache items in BookmarkHandler::loa…
Browse files Browse the repository at this point in the history
…dByUserIdAndLocationId (ezsystems#2343)
  • Loading branch information
adamwojs authored and Łukasz Serwatka committed Jun 4, 2018
1 parent b4f3d99 commit 12efdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eZ/Publish/Core/Persistence/Cache/BookmarkHandler.php
Expand Up @@ -52,7 +52,7 @@ public function loadByUserIdAndLocationId(int $userId, array $locationIds): arra
$locationIds,
'ez-bookmark-' . $userId . '-',
function (array $missingIds) use ($userId) {
$this->logger->logCall(__METHOD__, [
$this->logger->logCall(__CLASS__ . '::loadByUserIdAndLocationId', [
'userId' => $userId,
'locationIds' => $missingIds,
]);
Expand Down

0 comments on commit 12efdea

Please sign in to comment.