Commit 06fd812e authored by Ian Jackson's avatar Ian Jackson 💬
Browse files

Merge branch 'fix-typo' into 'main'

arti-client: Fix typo

See merge request tpo/core/arti!3504
parents 7e9a40ed 8b93c3db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ pub(crate) fn evaluate_protocol_status(
            if missing.difference(&missing_recommended_ok()).is_empty() =>
        {
            debug!(
                "Recommended protocols ({}) are missing, but that's expected: we haven't built them them yet in Arti.",
                "Recommended protocols ({}) are missing, but that's expected: we haven't built them yet in Arti.",
                missing
            );
            Ok(())