From a8d919a79ab749117b51d79e0cedcf586d03094d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 27 Dec 2025 09:50:56 +0000 Subject: Fix some issues with the previous merge. --- modules/spanningtree/hmac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/spanningtree/hmac.cpp') diff --git a/modules/spanningtree/hmac.cpp b/modules/spanningtree/hmac.cpp index 818248de7..712e9efe5 100644 --- a/modules/spanningtree/hmac.cpp +++ b/modules/spanningtree/hmac.cpp @@ -101,7 +101,7 @@ bool TreeSocket::ComparePass(const Link& link, const std::string& theirs) } if (!foundfp) { - sslerror = INSP_FORMAT("not using the correct TLS client certificate (need \"{}\" got \"{}\")", + sslerror = FMT::format("not using the correct TLS client certificate (need \"{}\" got \"{}\")", link.Fingerprint, badfps.empty() ? "(none)" : badfps); } } -- cgit v1.3.1-10-gc9f91