Skip to content

Commit 05603fa

Browse files
LawnGnomeTurbo87
andauthored
Update src/worker/typosquat.rs
Co-authored-by: Tobias Bieniek <[email protected]>
1 parent 48a559c commit 05603fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worker/typosquat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fn check_typosquat_inner(
4040

4141
for email in config::NOTIFY_EMAILS.iter() {
4242
if let Err(e) = emails.send_possible_typosquat_notification(email, name, &squats) {
43-
error!(?e, ?email, "sending possible typosquat notification");
43+
error!(?e, ?email, "Failed to send possible typosquat notification");
4444
}
4545
}
4646
}

0 commit comments

Comments
 (0)