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,