Skip to content
Snippets Groups Projects
Commit e2e83629 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove nonsensical warning added in 89956b3d

parent 8a4a5b70
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -103,8 +103,6 @@ function authorize_order(acme, order, webroots)
token.close();
} else
log(LOG_ERR, "Error " + errno + " opening/creating " + token.name);
} else {
log(LOG_WARNING, "Token not found: " + token.name);
}
}
acme.accept_challenge(authz.challenges[challenge]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment