//! [fast-zombies]: https://spec.torproject.org/proposals/266-removing-current-obsolete-clients.html
//! [recommended]: https://spec.torproject.org/tor-spec/subprotocol-versioning.html#required-recommended
/// and `last_evaluated_proto_status` (the last protocol status that we passed to evaluate_protocol_status).
debug!("Recommended protocols ({}) are missing, but that's expected: we haven't built them them yet in Arti.",
"At least one protocol not implemented by this version of Arti ({}) is listed as recommended for clients as of {}.
"At least one protocol not implemented by this version of Arti ({}) is listed as required for clients, as of {}.
"(These protocols are listed in 'ignore_missing_required_protocols', so Arti won't exit now, but you should still upgrade.)");