From fc513a9e61605a947c2bb8552eb7abfcecc729c1 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 4 May 2018 16:11:15 -0400 Subject: Added missing i18n strings for files and email batching (#8700) * Added missing i18n strings for files and email batching * Added more fields to log messages --- app/email_batching.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/email_batching.go') diff --git a/app/email_batching.go b/app/email_batching.go index e1ea7abb5..e75979bca 100644 --- a/app/email_batching.go +++ b/app/email_batching.go @@ -250,7 +250,7 @@ func (a *App) sendBatchedEmailNotification(userId string, notifications []*batch body.Props["BodyText"] = translateFunc("api.email_batching.send_batched_email_notification.body_text", len(notifications)) if err := a.SendMail(user.Email, subject, body.Render()); err != nil { - mlog.Warn(fmt.Sprint("api.email_batchings.send_batched_email_notification.send.app_error FIXME: NOT FOUND IN TRANSLATIONS FILE", user.Email, err)) + mlog.Warn(fmt.Sprintf("Unable to send batched email notification err=%v", err), mlog.String("email", user.Email)) } } -- cgit v1.2.3-1-g7c22