diff options
| author | 2025-12-27 09:50:56 +0000 | |
|---|---|---|
| committer | 2025-12-27 09:50:56 +0000 | |
| commit | a8d919a79ab749117b51d79e0cedcf586d03094d (patch) | |
| tree | 12336a24d77e833244f7422b7802487411977ed2 /modules/spanningtree/hmac.cpp | |
| parent | Merge branch 'insp4' into master. (diff) | |
Fix some issues with the previous merge.
Diffstat (limited to 'modules/spanningtree/hmac.cpp')
| -rw-r--r-- | modules/spanningtree/hmac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |
