Skip to content

Commit

Permalink
improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jun 20, 2024
1 parent 0cea482 commit 41c3bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/security/src/main/EmailChange.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ${trans.common_orPaste.txt()}
_ <- userRepo.setEmail(userId, email).recoverDefault
me <- userRepo.me(userId)
yield
logger.info(s"Set email for $id: $email")
logger.info(s"Change email for $userId: $previous -> $email")
me.map(_ -> previous)
}

Expand Down

0 comments on commit 41c3bee

Please sign in to comment.