fix: unknown entity logging

This commit is contained in:
Maël Gangloff 2024-08-15 19:54:36 +02:00
parent 0bb4115649
commit 31b136ec92
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

View File

@ -364,7 +364,7 @@ readonly class RDAPService
if (null === $entity) { if (null === $entity) {
$entity = new Entity(); $entity = new Entity();
} else {
$this->logger->info('The entity {handle} was not known to this Domain Watchdog instance.', [ $this->logger->info('The entity {handle} was not known to this Domain Watchdog instance.', [
'handle' => $rdapEntity['handle'], 'handle' => $rdapEntity['handle'],
]); ]);