summaryrefslogtreecommitdiffstats
path: root/src/gitblag.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/gitblag.sh')
-rwxr-xr-xsrc/gitblag.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gitblag.sh b/src/gitblag.sh
index 4f00bb2..bcf0e7f 100755
--- a/src/gitblag.sh
+++ b/src/gitblag.sh
@@ -213,11 +213,13 @@ else
if [ -n "$recipients" ]; then
# send to mailinglist.
generate_email $recipients | send_mail
+ echo "Sent email to $recipients"
fi
if [ -n "$recipientlist" ]; then
# send each email ID listed in recipient list file.
process_recipient_list
+ echo "Sent email to all recipients in $recipientlist"
fi
done
fi