From 51d89c19c639d274af20ff20df0d18fcd9e12461 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 27 Jun 2017 13:18:15 +1000 Subject: [PATCH] more debug --- booking.module | 1 + 1 file changed, 1 insertion(+) diff --git a/booking.module b/booking.module index 2d0abcd..71dbcad 100644 --- a/booking.module +++ b/booking.module @@ -899,6 +899,7 @@ function booking_mail_alter(&$message) { foreach($headers as $key => $value) { $message['headers'][$key] = $value; } + watchdog('booking_debug', "
Mail alter hook:\n@info
", array('@info' => print_r( $message, true))); } /**