Skip to content

Commit

Permalink
Update src/worker/typosquat.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Bieniek <[email protected]>
  • Loading branch information
LawnGnome and Turbo87 authored Oct 13, 2023
1 parent 48a559c commit 05603fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker/typosquat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fn check_typosquat_inner(

for email in config::NOTIFY_EMAILS.iter() {
if let Err(e) = emails.send_possible_typosquat_notification(email, name, &squats) {
error!(?e, ?email, "sending possible typosquat notification");
error!(?e, ?email, "Failed to send possible typosquat notification");
}
}
}
Expand Down

0 comments on commit 05603fa

Please sign in to comment.