Fix typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 24 Feb 2014 21:37:57 +0000 (16:37 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 24 Feb 2014 21:37:57 +0000 (16:37 -0500)
src/main/modules.c

index 5bf2e73..b5724f9 100644 (file)
@@ -752,7 +752,7 @@ rlm_rcode_t indexed_modcall(rlm_components_t comp, int idx, REQUEST *request)
 
        if (idx == 0) {
                list = server->mc[comp];
-               if (!list) RWDEBUG3("Empty %s section.  Using default return values.", section_type_value[comp].section);
+               if (!list) RDEBUG3("Empty %s section.  Using default return values.", section_type_value[comp].section);
 
        } else {
                indexed_modcallable *this;