Skip to content

Commit

Permalink
Do not log duplicities (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 30, 2024
1 parent af6a942 commit 9960d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/PairingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@ private function verifyFinish(
$client = $this->clientsRepository->findOneBy($findClientQuery);

if ($client === null) {
$this->logger->error(
$this->logger->debug(
'Pairing client instance is not created',
[
'source' => MetadataTypes\Sources\Connector::HOMEKIT->value,
Expand Down

0 comments on commit 9960d60

Please sign in to comment.