From: Arran Cudbard-Bell Date: Wed, 3 Nov 2021 18:46:56 +0000 (-0400) Subject: More quotes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af9885971218b59bad711452e2d5dcc99c5d2c73;p=thirdparty%2Ffreeradius-server.git More quotes --- diff --git a/src/lib/ldap/connection.c b/src/lib/ldap/connection.c index 69a5fd6af35..1fa85c41647 100644 --- a/src/lib/ldap/connection.c +++ b/src/lib/ldap/connection.c @@ -954,7 +954,7 @@ fr_ldap_thread_trunk_t *fr_thread_ldap_trunk_get(fr_ldap_thread_t *thread, char { fr_ldap_thread_trunk_t *found, find = {.uri = uri, .bind_dn = bind_dn}; - ROPTIONAL(RDEBUG2, DEBUG2, "Looking for LDAP connection to %s bound as %s", uri, bind_dn); + ROPTIONAL(RDEBUG2, DEBUG2, "Looking for LDAP connection to \"%s\" bound as \"%s\"", uri, bind_dn); found = fr_rb_find(thread->trunks, &find); if (found) return found;