Should be redebug
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 22 Aug 2012 17:31:48 +0000 (18:31 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 22 Aug 2012 17:31:48 +0000 (18:31 +0100)
src/modules/rlm_sql/rlm_sql.c

index af37e6e..fdd6bb4 100644 (file)
@@ -1227,7 +1227,7 @@ static int rlm_sql_redundant(SQL_INST *inst, REQUEST *request,
        char    *p = path;
 
        if (!section || !section->reference) {
-               DEBUG("No configuration provided for this section");
+               RDEBUG("No configuration provided for this section");
                
                return RLM_MODULE_NOOP; 
        }