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); } ############################################################################### #