Additional verbosity that says what we did.

This commit is contained in:
Bradley M. Kuhn 2016-01-02 10:47:22 -08:00
parent b85575c625
commit a57ed11bd5

View file

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