]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
More quotes
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 3 Nov 2021 18:46:56 +0000 (14:46 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 3 Nov 2021 18:46:56 +0000 (14:46 -0400)
src/lib/ldap/connection.c

index 69a5fd6af35647b4a27f9e639108077b44f3ed52..1fa85c41647212bf82f9b6eada0cbbc42850256a 100644 (file)
@@ -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;