From: Alan T. DeKok Date: Sat, 26 Jun 2021 15:29:59 +0000 (-0400) Subject: fix error message to make it clearer X-Git-Tag: release_3_0_24~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d772cd481f3b73c07d8614fac4fd7df9064024c;p=thirdparty%2Ffreeradius-server.git fix error message to make it clearer --- diff --git a/src/modules/rlm_unix/rlm_unix.c b/src/modules/rlm_unix/rlm_unix.c index 590e59198ed..26e8e4c1c2b 100644 --- a/src/modules/rlm_unix/rlm_unix.c +++ b/src/modules/rlm_unix/rlm_unix.c @@ -382,7 +382,7 @@ static rlm_rcode_t CC_HINT(nonnull) mod_accounting(void *instance, REQUEST *requ } if (request->packet->src_ipaddr.af != AF_INET) { - RDEBUG2("IPv6 is not supported!"); + RDEBUG2("IPv6 is not supported for the radwtmp file."); return RLM_MODULE_NOOP; }