From: Alan T. DeKok Date: Sat, 6 Sep 2014 13:29:05 +0000 (-0400) Subject: Delete detaching message. It's annoying X-Git-Tag: release_3_0_5~610 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ae88b8f5f45bde38357fb0c8a4e8b428367c720;p=thirdparty%2Ffreeradius-server.git Delete detaching message. It's annoying --- diff --git a/raddb/mods-config/perl/example.pl b/raddb/mods-config/perl/example.pl index ac95aca060a..486a9b28636 100644 --- a/raddb/mods-config/perl/example.pl +++ b/raddb/mods-config/perl/example.pl @@ -183,9 +183,6 @@ sub xlat { sub detach { # For debugging purposes only # &log_request_attributes; - - # Do some logging. - &radiusd::radlog(L_DBG,"rlm_perl::Detaching. Reloading. Done."); } #