Currently not finding an attribute causes an abort of the update section
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 10 Jul 2013 14:33:07 +0000 (15:33 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 10 Jul 2013 14:33:07 +0000 (15:33 +0100)
src/main/valuepair.c

index ec550f5..1bcbb9c 100644 (file)
@@ -1259,7 +1259,7 @@ VALUE_PAIR *radius_map2vp(REQUEST *request, value_pair_map_t const *map, UNUSED
                 */
                found = pairfind(*from, map->src->da->attr, map->src->da->vendor, TAG_ANY);
                if (!found) {
-                       RWDEBUG("\"%s\" not found, skipping", map->src->name);
+                       REDEBUG("\"%s\" not found", map->src->name);
                        goto error;
                }