Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5742f62

Browse files
author
xuxinhua
committed
修改log
1 parent 63ef663 commit 5742f62

File tree

1 file changed

+1
-1
lines changed
  • websites/code/studygolang/src/service

1 file changed

+1
-1
lines changed

websites/code/studygolang/src/service/mail.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func EmailNotice() {
109109

110110
for _, user := range users {
111111
if user.Unsubscribe == 1 {
112-
logger.Infoln(user)
112+
logger.Infoln("user unsubscribe", user)
113113
continue
114114
}
115115

0 commit comments

Comments
 (0)