]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
...and another
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 27 Jan 2018 00:51:36 +0000 (17:51 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 27 Jan 2018 00:51:36 +0000 (17:51 -0700)
src/modules/rlm_rest/rest.c

index 5c9a4b462beb89eabf671c50bbbcf0d3c5ac3ced..d97c9e4f348be546577574dfd1fceb6abc553472 100644 (file)
@@ -1069,7 +1069,7 @@ static int json_pair_make(rlm_rest_t const *instance, rlm_rest_section_t const *
                RDEBUG2("Parsing attribute \"%s\"", name);
 
                if (tmpl_afrom_attr_str(request, &dst, name, REQUEST_CURRENT, PAIR_LIST_REPLY, false, false) <= 0) {
-                       RPWDEBUG("Failed parsing attribute: %s (skipping)");
+                       RPWDEBUG("Failed parsing attribute (skipping)");
                        continue;
                }