We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a559c commit 05603faCopy full SHA for 05603fa
src/worker/typosquat.rs
@@ -40,7 +40,7 @@ fn check_typosquat_inner(
40
41
for email in config::NOTIFY_EMAILS.iter() {
42
if let Err(e) = emails.send_possible_typosquat_notification(email, name, &squats) {
43
- error!(?e, ?email, "sending possible typosquat notification");
+ error!(?e, ?email, "Failed to send possible typosquat notification");
44
}
45
46
0 commit comments