summaryrefslogtreecommitdiff
path: root/app/Subscriber/NotificationSubscriber.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Subscriber/NotificationSubscriber.php')
-rw-r--r--app/Subscriber/NotificationSubscriber.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Subscriber/NotificationSubscriber.php b/app/Subscriber/NotificationSubscriber.php
index d3afc13a..07660050 100644
--- a/app/Subscriber/NotificationSubscriber.php
+++ b/app/Subscriber/NotificationSubscriber.php
@@ -35,7 +35,7 @@ class NotificationSubscriber extends BaseSubscriber implements EventSubscriberIn
public function handleEvent(GenericEvent $event, $event_name)
{
if (! $this->isExecuted($event_name)) {
- $this->logger->debug('Subscriber executed: '.__CLASS__.'::'.__METHOD__);
+ $this->logger->debug('Subscriber executed: '.__METHOD__);
$event_data = $this->getEventData($event);
if (! empty($event_data)) {