From a741cfbddac701a5da964fadfd271f19cc82db93 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Fri, 30 May 2014 10:30:25 +1000 Subject: [PATCH] Correct logging message about spouse payments --- booking.paypal.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/booking.paypal.inc b/booking.paypal.inc index 2b24e9c..9742688 100644 --- a/booking.paypal.inc +++ b/booking.paypal.inc @@ -1,7 +1,4 @@ booking_amount_paid > 0 ? $spouse->booking_amount_paid : 0; - watchdog('booking', 'Setting amount owing for spouse id !id to !new from !status', array('!id' => $spouse_new_amount_reqd, - '!new' => $spouse_status, '!status' => $spouse->booking_amount_paid)); + watchdog('booking', 'Setting amount owing for spouse id !id to !new from !old.', array('!id' => $person->booking_partner_id, + '!new' => $spouse_new_amount_reqd, '!old' => $spouse->booking_total_pay_reqd)); //update the database for this person db_update('booking_person')