From 8c4191eaf5341f79690842c2fa3c388862d849ae Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 12 Mar 2015 08:25:51 +1100 Subject: [PATCH] Update log message for notification email --- booking.emails.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.emails.inc b/booking.emails.inc index 204b933..99d2f9f 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -64,7 +64,7 @@ $language = user_preferred_language($user); $tokens = booking_define_personspecific_tokens($node); - watchdog('booking', 'Sending notification email to !first !last', array('!first' => $node->booking_firstname, '!last' => $node->booking_lastname)); + watchdog('booking', 'Sending notification email about !first !last', array('!first' => $node->booking_firstname, '!last' => $node->booking_lastname)); //calculate the from email address $from = t('!event Registrations ', array('!event' => $event->booking_eventname,