]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
No results is not an error
authorNick Porter <nick@portercomputing.co.uk>
Mon, 5 Feb 2024 18:34:30 +0000 (18:34 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 5 Feb 2024 18:34:30 +0000 (18:34 +0000)
src/modules/rlm_sqlippool/rlm_sqlippool.c

index 4bcb4100a9cc4ac3dbf2d7b748ec1c4b95f78dc4..084ec495ace58c0128d36e07ced93c7da914d27f 100644 (file)
@@ -348,7 +348,7 @@ static int CC_HINT(nonnull (1, 3, 4, 5)) sqlippool_query1(char *out, int outlen,
        }
 
        if (!(*handle)->row) {
-               REDEBUG("SQL query did not return any results");
+               RDEBUG2("SQL query did not return any results");
                goto finish;
        }