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')