From: Arran Cudbard-Bell Date: Wed, 22 Aug 2012 17:31:48 +0000 (+0100) Subject: Should be redebug X-Git-Tag: release_3_0_0_beta0~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a26737af0b0922ef731bf86edd2b052e7820c04;p=thirdparty%2Ffreeradius-server.git Should be redebug --- diff --git a/src/modules/rlm_sql/rlm_sql.c b/src/modules/rlm_sql/rlm_sql.c index af37e6e4879..fdd6bb4c1f1 100644 --- a/src/modules/rlm_sql/rlm_sql.c +++ b/src/modules/rlm_sql/rlm_sql.c @@ -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; }