]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Make debug message read correctly v3.2.x
authorNick Porter <nick@portercomputing.co.uk>
Mon, 4 Aug 2025 12:03:51 +0000 (13:03 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 4 Aug 2025 12:03:51 +0000 (13:03 +0100)
src/main/tls.c

index 6124f8abe337225e06712165cddabc50d6b27875..c921ca75077ed8a74a2d9f0af3ec3ae1829ad283 100644 (file)
@@ -3011,7 +3011,7 @@ int cbtls_verify(int ok, X509_STORE_CTX *ctx)
        buf[0] = '\0';
        sn = X509_get_serialNumber(client_cert);
 
-       RDEBUG2("(TLS) %s - Creating attributes from %d certificate in chain", conf->name, lookup + 1);
+       RDEBUG2("(TLS) %s - Creating attributes from certificate %d in chain", conf->name, lookup + 1);
        RINDENT();
 
        /*