Skip to content

Commit

Permalink
Fixed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jan 30, 2025
1 parent 2f5dd12 commit 4e5e3e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private void doMailInactiveUsers(UserInactivity userInactivity) {
userRepository.save(user);
});
}
LOG.info(String.format("Mailed %s users who has been inactive for %s period in for %s ms, dry run: ",
LOG.info(String.format("Mailed %s users who has been inactive for %s period in for %s ms, dry run: %s",
users.size(), userInactivity, System.currentTimeMillis() - nowInMillis, dryRunEmail));
}

Expand Down

0 comments on commit 4e5e3e1

Please sign in to comment.