You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2016/05/23 13:20:07 UTC

[whimsy] branch master updated: Log the subject of the failed mail

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  bdd5cbb   Log the subject of the failed mail
bdd5cbb is described below

commit bdd5cbbd4812231d750c4538a5078d0f842e4eb1
Author: Sebb <se...@apache.org>
AuthorDate: Mon May 23 14:19:58 2016 +0100

    Log the subject of the failed mail
---
 www/roster/public_json_common.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/public_json_common.rb b/www/roster/public_json_common.rb
index 5bbb1c0..2b53431 100644
--- a/www/roster/public_json_common.rb
+++ b/www/roster/public_json_common.rb
@@ -103,7 +103,7 @@ def sendMail(subject, body)
     # deliver mail
     mail.deliver!
   rescue => e
-    Wunderbar.warn "sendMail failed with exception: #{e}"
+    Wunderbar.warn "sendMail [#{subject}] failed with exception: #{e}"
   end
 end
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].