From: Arran Cudbard-Bell Date: Fri, 11 Jun 2021 03:35:30 +0000 (-0500) Subject: ...and another X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca8256bc9130afe3cb92d5ffb6432ca6ce41f708;p=thirdparty%2Ffreeradius-server.git ...and another --- diff --git a/src/lib/tls/log.c b/src/lib/tls/log.c index c37708ec7d8..be2a8bc41a2 100644 --- a/src/lib/tls/log.c +++ b/src/lib/tls/log.c @@ -507,7 +507,7 @@ static int tls_log_global_bio_write_cb(BIO *bio, char const *in, int len) * Skip empty lines */ if ((le - fr_sbuff_current(&lb->logged_m)) > 0) { - if (fr_debug_lvl >= lb->lvl) fr_log(lb->type, lb->lvl, __FILE__, __LINE__, + if (fr_debug_lvl >= lb->lvl) fr_log(&default_log, lb->type, __FILE__, __LINE__, "%pV", fr_box_strvalue_len(fr_sbuff_current(&lb->logged_m), le - fr_sbuff_current(&lb->logged_m)));