From: Nick Porter Date: Fri, 8 Jan 2021 16:45:14 +0000 (+0000) Subject: Correct debug message X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2e46ef026bafda78683d6c80560430cfb0a998d;p=thirdparty%2Ffreeradius-server.git Correct debug message --- diff --git a/src/modules/rlm_files/rlm_files.c b/src/modules/rlm_files/rlm_files.c index 0bb590a6e6f..88da0f5fb97 100644 --- a/src/modules/rlm_files/rlm_files.c +++ b/src/modules/rlm_files/rlm_files.c @@ -412,7 +412,7 @@ static unlang_action_t file_common(rlm_rcode_t *p_result, rlm_files_t const *ins continue; } - RDEBUG2("Found match \"%s\" one line %d of %s", pl->name, pl->lineno, filename); + RDEBUG2("Found match \"%s\" on line %d of %s", pl->name, pl->lineno, filename); found = true; fall_through = false;