diff --git a/src/db-connection/src/Context.php b/src/db-connection/src/Context.php index eab8f3236..6767a2587 100644 --- a/src/db-connection/src/Context.php +++ b/src/db-connection/src/Context.php @@ -49,7 +49,7 @@ class Context $connection = $connections[$name]; if (! $connection instanceof PoolConnectionInterface) { $this->logger->warning(sprintf( - 'Connection[] is not instanceof %s', + 'Connection[%s] is not instanceof %s', get_class($connection), PoolConnectionInterface::class ));