From: Alan T. DeKok Date: Tue, 9 Feb 2016 14:04:49 +0000 (-0500) Subject: Print out the attributes we're using in the accounting stop X-Git-Tag: release_3_0_12~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d62063bb1ebc5029245d7c06bd8a3774e060c20;p=thirdparty%2Ffreeradius-server.git Print out the attributes we're using in the accounting stop --- diff --git a/src/main/session.c b/src/main/session.c index 6e0d31c9dc7..00d39dae4e2 100644 --- a/src/main/session.c +++ b/src/main/session.c @@ -103,6 +103,8 @@ int session_zap(REQUEST *request, uint32_t nasaddr, uint32_t nas_port, stopreq->username = userpair; stopreq->password = NULL; + RDEBUG("Running Accounting section for automatically created accounting 'stop'"); + rdebug_pair_list(L_DBG_LVL_1, request, request->packet->vps, NULL); ret = rad_accounting(stopreq); /*