]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Changed stop packet msg to debug rather than error
authorAlan T. DeKok <aland@freeradius.org>
Sun, 18 Oct 2009 11:47:06 +0000 (13:47 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 20 Oct 2009 22:05:48 +0000 (00:05 +0200)
src/modules/rlm_sql/rlm_sql.c

index 89146e100d229683a10fad3c40435d065a6e747c..594070067c19a21390bb4922c71ec4cb3aa76f0b 100644 (file)
@@ -1321,7 +1321,7 @@ static int rlm_sql_accounting(void *instance, REQUEST * request) {
 
                                                if (acctsessiontime <= 0) {
                                                        radius_xlat(logstr, sizeof(logstr), "stop packet with zero session length. [user '%{User-Name}', nas '%{NAS-IP-Address}']", request, NULL);
-                                                       radlog_request(L_ERR, 0, request, "%s", logstr);
+                                                       radlog_request(L_DBG, 0, request, "%s", logstr);
                                                        sql_release_socket(inst, sqlsocket);
                                                        return RLM_MODULE_NOOP;
                                                }