From: Arran Cudbard-Bell Date: Sat, 27 Jan 2018 00:51:36 +0000 (-0700) Subject: ...and another X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cd255ea0f484f6b0814e9bbdfea2bb4029adfc8;p=thirdparty%2Ffreeradius-server.git ...and another --- diff --git a/src/modules/rlm_rest/rest.c b/src/modules/rlm_rest/rest.c index 5c9a4b462be..d97c9e4f348 100644 --- a/src/modules/rlm_rest/rest.c +++ b/src/modules/rlm_rest/rest.c @@ -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; }