From: Alan T. DeKok Date: Tue, 31 Oct 2017 17:35:32 +0000 (-0400) Subject: move polling message to debug3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf824741156af08f3dec16468fed80a2a99f5a3f;p=thirdparty%2Ffreeradius-server.git move polling message to debug3 it will still wake up and print "ready to receive requests", but one less debug message is useful --- diff --git a/src/modules/proto_detail/proto_detail_file.c b/src/modules/proto_detail/proto_detail_file.c index aeae4d9dc69..ed642ab1dcc 100644 --- a/src/modules/proto_detail/proto_detail_file.c +++ b/src/modules/proto_detail/proto_detail_file.c @@ -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));