From 8c233bb2a5dcc0cf492ee00ef5144757c287144b Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Tue, 19 Dec 2017 14:00:17 +0100 Subject: [PATCH] Log debug message on transfer completed email. --- AutoTx/Email.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AutoTx/Email.cs b/AutoTx/Email.cs index ee424a3..c068a2b 100644 --- a/AutoTx/Email.cs +++ b/AutoTx/Email.cs @@ -155,6 +155,7 @@ namespace AutoTx try { var body = LoadMailTemplate("Transfer-Success.txt", substitutions); SendEmail(userDir, ServiceName + " - Transfer Notification", body); + writeLogDebug("Sent transfer completed notification to " + userDir); } catch (Exception ex) { writeLog("Error loading email template: " + ex.Message, true); -- GitLab