From 467522f331b87ef018d329ebb3d391e14ec5269a Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 22 Jul 2018 15:22:25 -0700 Subject: [PATCH] Add pay date to error output. --- scripts/rt-outreachy-payment-next.plx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/rt-outreachy-payment-next.plx b/scripts/rt-outreachy-payment-next.plx index 599096e..30af82c 100755 --- a/scripts/rt-outreachy-payment-next.plx +++ b/scripts/rt-outreachy-payment-next.plx @@ -205,7 +205,8 @@ while (my $file = readdir $dh) { # Check to see if this payment was already made my $thisPayDate = PaymentDateByTicket($ticket, $PAYMENT_NUMBER); if (defined $thisPayDate) { - print STDERR "\"$file\": \"$ticket\": Skipped: payment $PAYMENT_NUMBER was already made"; + print STDERR "\"$file\": \"$ticket\": Skipped: payment $PAYMENT_NUMBER", + " was already made on \"$thisPayDate\""; if ($pass) { print STDERR ".\n"; } else {