diff options
Diffstat (limited to 'lib/private/EventDispatcher/SymfonyAdapter.php')
-rw-r--r-- | lib/private/EventDispatcher/SymfonyAdapter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/EventDispatcher/SymfonyAdapter.php b/lib/private/EventDispatcher/SymfonyAdapter.php index aa6fcbc1ad3..7354d58d4e0 100644 --- a/lib/private/EventDispatcher/SymfonyAdapter.php +++ b/lib/private/EventDispatcher/SymfonyAdapter.php @@ -105,7 +105,7 @@ class SymfonyAdapter implements EventDispatcherInterface { $newEvent = $event; // Legacy event - $this->logger->info( + $this->logger->debug( 'Deprecated event type for {name}: {class}', ['name' => $eventName, 'class' => is_object($event) ? get_class($event) : 'null'] ); |