]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
...and another
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 11 Jun 2021 03:35:30 +0000 (22:35 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 11 Jun 2021 03:35:30 +0000 (22:35 -0500)
src/lib/tls/log.c

index c37708ec7d8cb258a848ce4422b39bcb84c369aa..be2a8bc41a27cc72719f4e17bb83341b1b5ad8bf 100644 (file)
@@ -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)));