From 84746a6d01a23f4abb90baae1a1e3a41f9bd60b4 Mon Sep 17 00:00:00 2001 From: b3yond Date: Sun, 15 Apr 2018 12:11:49 +0200 Subject: [PATCH] better log messages --- frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.py b/frontend.py index d68d245..7da83dc 100755 --- a/frontend.py +++ b/frontend.py @@ -47,7 +47,7 @@ def register_post(): ) return dict(info='Confirmation mail sent.') except Exception: - logger.error("Could not send confirmation mail.", exc_info=True) + logger.error("Could not send confirmation mail to " + email, exc_info=True) return dict(error='Could not send confirmation mail.')