]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
move polling message to debug3
authorAlan T. DeKok <aland@freeradius.org>
Tue, 31 Oct 2017 17:35:32 +0000 (13:35 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 31 Oct 2017 17:35:32 +0000 (13:35 -0400)
it will still wake up and print "ready to receive requests",
but one less debug message is useful

src/modules/proto_detail/proto_detail_file.c

index aeae4d9dc697660da9bbc1053ff99d78b2974f01..ed642ab1dcc8e74b789a0684219574231fba2cd3 100644 (file)
@@ -161,7 +161,7 @@ static int work_rename(proto_detail_file_t *inst)
        glob_t          files;
        struct stat     st;
 
-       DEBUG2("proto_detail (%s): polling for detail files in %s",
+       DEBUG3("proto_detail (%s): polling for detail files in %s",
               inst->name, inst->directory);
 
        memset(&files, 0, sizeof(files));