summaryrefslogtreecommitdiffstats
path: root/app/email_batching.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/email_batching.go')
-rw-r--r--app/email_batching.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/email_batching.go b/app/email_batching.go
index ba26b0f98..70fd7eb40 100644
--- a/app/email_batching.go
+++ b/app/email_batching.go
@@ -148,7 +148,7 @@ func (job *EmailBatchingJob) checkPendingNotifications(now time.Time, handler fu
} else if channelMembers, ok := result.Data.(*model.ChannelMembers); ok {
for _, channelMember := range *channelMembers {
if channelMember.LastViewedAt >= batchStartTime {
- l4g.Info("Deleted notifications for user %s", userId)
+ l4g.Debug("Deleted notifications for user %s", userId)
delete(job.pendingNotifications, userId)
break
}