From 2598203edb160d11c3aca65ce3d237366ae4cc3c Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 1 Nov 2024 10:28:22 +1100 Subject: [PATCH] Logging message changes for areafix, no functional changes --- app/Notifications/Netmails/Areafix/CommandsProcessed.php | 2 +- app/Notifications/Netmails/Areafix/Help.php | 2 +- app/Notifications/Netmails/Areafix/InvalidPassword.php | 2 +- app/Notifications/Netmails/Areafix/NotConfiguredHere.php | 2 +- app/Notifications/Netmails/Areafix/Scan.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Notifications/Netmails/Areafix/CommandsProcessed.php b/app/Notifications/Netmails/Areafix/CommandsProcessed.php index 192f891..b832d13 100644 --- a/app/Notifications/Netmails/Areafix/CommandsProcessed.php +++ b/app/Notifications/Netmails/Areafix/CommandsProcessed.php @@ -38,7 +38,7 @@ class CommandsProcessed extends Netmails $o = $this->setupNetmail($notifiable); $ao = $notifiable->routeNotificationFor(static::via); - Log::info(sprintf('%s:+ Responding to areafix for a node [%s] commands processed',self::LOGKEY,$ao->ftn)); + Log::info(sprintf('%s:+ Responding to areafix for a node [%s] COMMANDS PROCESSED',self::LOGKEY,$ao->ftn)); $o->to = $this->mo->from; $o->replyid = $this->mo->msgid; diff --git a/app/Notifications/Netmails/Areafix/Help.php b/app/Notifications/Netmails/Areafix/Help.php index 16eb3c5..ad000fc 100644 --- a/app/Notifications/Netmails/Areafix/Help.php +++ b/app/Notifications/Netmails/Areafix/Help.php @@ -38,7 +38,7 @@ class Help extends Netmails $o = $this->setupNetmail($notifiable); $ao = $notifiable->routeNotificationFor(static::via); - Log::info(sprintf('%s:+ Responding to areafix for a node [%s] commands processed',self::LOGKEY,$ao->ftn)); + Log::info(sprintf('%s:+ Responding to areafix for a node [%s] HELP processed',self::LOGKEY,$ao->ftn)); $o->to = $this->mo->from; $o->replyid = $this->mo->msgid; diff --git a/app/Notifications/Netmails/Areafix/InvalidPassword.php b/app/Notifications/Netmails/Areafix/InvalidPassword.php index bd9f8e2..dc2f9e8 100644 --- a/app/Notifications/Netmails/Areafix/InvalidPassword.php +++ b/app/Notifications/Netmails/Areafix/InvalidPassword.php @@ -40,7 +40,7 @@ class InvalidPassword extends Netmails $o = $this->setupNetmail($notifiable); $ao = $notifiable->routeNotificationFor(static::via); - Log::info(sprintf('%s:+ Responding to areafix for a node [%s] invalid password',self::LOGKEY,$ao->ftn)); + Log::info(sprintf('%s:+ Responding to areafix for a node [%s] INVALID PASSWORD',self::LOGKEY,$ao->ftn)); $o->to = $this->mo->from; $o->replyid = $this->mo->msgid; diff --git a/app/Notifications/Netmails/Areafix/NotConfiguredHere.php b/app/Notifications/Netmails/Areafix/NotConfiguredHere.php index 1299e45..b886c49 100644 --- a/app/Notifications/Netmails/Areafix/NotConfiguredHere.php +++ b/app/Notifications/Netmails/Areafix/NotConfiguredHere.php @@ -40,7 +40,7 @@ class NotConfiguredHere extends Netmails $o = $this->setupNetmail($notifiable); $ao = $notifiable->routeNotificationFor(static::via); - Log::info(sprintf('%s:+ Responding to areafix for a node [%s] not configured here',self::LOGKEY,$ao->ftn)); + Log::info(sprintf('%s:+ Responding to areafix for a node [%s] NOT CONFIGURED HERE',self::LOGKEY,$ao->ftn)); $o->to = $this->mo->from; $o->replyid = $this->mo->msgid; diff --git a/app/Notifications/Netmails/Areafix/Scan.php b/app/Notifications/Netmails/Areafix/Scan.php index e156387..9b4f0c2 100644 --- a/app/Notifications/Netmails/Areafix/Scan.php +++ b/app/Notifications/Netmails/Areafix/Scan.php @@ -37,7 +37,7 @@ class Scan extends Netmails $o = $this->setupNetmail($notifiable); $ao = $notifiable->routeNotificationFor(static::via); - Log::info(sprintf('%s:+ Responding to areafix for a node [%s] scan processed',self::LOGKEY,$ao->ftn)); + Log::info(sprintf('%s:+ Responding to areafix for a node [%s] SCAN processed',self::LOGKEY,$ao->ftn)); $o->subject = 'Areafix - Scan Results';