Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-catalano committed Jan 10, 2024
1 parent b46b56c commit 5aff41c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public void runCalculations()
"adding station [%s] to standIn stations because [%s] of [%s] slots failed",
station, failedSlots, totalSlots));
String sendResult = awsSesClient.sendEmail(
String.format("[StandInManager]Station [%s] added to standin"),
String.format("[StandInManager]Station [%s] added to standin",station),
String.format(
"[StandInManager]Station [%s] has been added to standin"
+ "\nbecause [%s] of [%s] slots failed",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void runCalculations()
station, successfulCalls, rangeMinutes));

awsSesClient.sendEmail(
String.format("[StandInManager]Station [%s] removed from standin"),
String.format("[StandInManager]Station [%s] removed from standin",station),
String.format(
"[StandInManager]Station [%s] has been removed from standin"
+ "\nbecause [%s] calls were successful in the last %s minutes",
Expand Down

0 comments on commit 5aff41c

Please sign in to comment.