diff options
Diffstat (limited to 'lib/private/EventDispatcher/GenericEventWrapper.php')
-rw-r--r-- | lib/private/EventDispatcher/GenericEventWrapper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/EventDispatcher/GenericEventWrapper.php b/lib/private/EventDispatcher/GenericEventWrapper.php index b4d851d700f..f0807b57a8b 100644 --- a/lib/private/EventDispatcher/GenericEventWrapper.php +++ b/lib/private/EventDispatcher/GenericEventWrapper.php @@ -54,7 +54,7 @@ class GenericEventWrapper extends GenericEvent { } $class = ($this->event !== null && is_object($this->event)) ? get_class($this->event) : 'null'; - $this->logger->info( + $this->logger->debug( 'Deprecated event type for {name}: {class} is used', [ 'name' => $this->eventName, 'class' => $class] ); |