From: Alan T. DeKok Date: Mon, 8 Nov 2021 19:51:14 +0000 (-0500) Subject: these are just EAP things, and are common across all EAP modules X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1344696fdf1fd230fb6e52253bee15d04adfacfc;p=thirdparty%2Ffreeradius-server.git these are just EAP things, and are common across all EAP modules --- diff --git a/src/lib/eap/base.c b/src/lib/eap/base.c index cfd1d2118d5..1341145a8f7 100644 --- a/src/lib/eap/base.c +++ b/src/lib/eap/base.c @@ -60,7 +60,7 @@ RCSID("$Id$") -#define LOG_PREFIX "rlm_eap" +#define LOG_PREFIX "eap" #include #include diff --git a/src/lib/eap/compose.c b/src/lib/eap/compose.c index 9e083a5e147..f2ce2a1c252 100644 --- a/src/lib/eap/compose.c +++ b/src/lib/eap/compose.c @@ -53,7 +53,7 @@ * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ * */ -#define LOG_PREFIX "rlm_eap" +#define LOG_PREFIX "eap" #include #include #include