]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct debug message
authorNick Porter <nick@portercomputing.co.uk>
Fri, 8 Jan 2021 16:45:14 +0000 (16:45 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 21 Jan 2021 23:05:49 +0000 (23:05 +0000)
src/modules/rlm_files/rlm_files.c

index 0bb590a6e6ff6321af6cdf7bbf8ab3b0ff198875..88da0f5fb97e0a40028689e99c5c3c1e90401e22 100644 (file)
@@ -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;