From a57ed11bd57a10d8423049b259398f2f0e0cea5b Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sat, 2 Jan 2016 10:47:22 -0800 Subject: [PATCH] Additional verbosity that says what we did. --- scripts/send-t-shirts.plx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/send-t-shirts.plx b/scripts/send-t-shirts.plx index 4c617a1..d443eb6 100644 --- a/scripts/send-t-shirts.plx +++ b/scripts/send-t-shirts.plx @@ -92,6 +92,8 @@ Distinguished Technologist, Software Freedom Conservancy DATA close SENDMAIL; die "Unable to send email to $id: $!" unless $? == 0; + + print STDERR "Emailed $emailTo for $id sending of $request->{requestConfiguration} size t-shirt and marked it fulfilled in database\n" if ($VERBOSE); } ############################################################################### #