From: Nick Porter Date: Thu, 18 Mar 2021 09:52:02 +0000 (+0000) Subject: Pass correct parameters to fr_log (#3994) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=316af682a2d75257e2809ad23e6fa82da1ea341d;p=thirdparty%2Ffreeradius-server.git Pass correct parameters to fr_log (#3994) --- diff --git a/src/lib/util/log.c b/src/lib/util/log.c index 87fbd48d79d..6ca8128aa30 100644 --- a/src/lib/util/log.c +++ b/src/lib/util/log.c @@ -878,7 +878,7 @@ void fr_log_fd_event(UNUSED fr_event_list_t *el, int fd, UNUSED int flags, void break; } - fr_log(log_info->dst, log_info->lvl, + fr_log(log_info->dst, log_info->type, __FILE__, __LINE__, "%s%s%pV", log_info->prefix ? log_info->prefix : "",