Additional verbosity that says what we did.
This commit is contained in:
parent
b85575c625
commit
a57ed11bd5
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ Distinguished Technologist, Software Freedom Conservancy
|
||||||
DATA
|
DATA
|
||||||
close SENDMAIL;
|
close SENDMAIL;
|
||||||
die "Unable to send email to $id: $!" unless $? == 0;
|
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);
|
||||||
}
|
}
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue