From: Arran Cudbard-Bell Date: Thu, 6 Sep 2012 16:55:27 +0000 (+0200) Subject: Update src/modules/rlm_cache/rlm_cache.c X-Git-Tag: release_3_0_0_beta0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2125bbbed23f2af74c68940f325a6d76c5c34393;p=thirdparty%2Ffreeradius-server.git Update src/modules/rlm_cache/rlm_cache.c --- diff --git a/src/modules/rlm_cache/rlm_cache.c b/src/modules/rlm_cache/rlm_cache.c index 50cfdba7943..e3923a16da8 100644 --- a/src/modules/rlm_cache/rlm_cache.c +++ b/src/modules/rlm_cache/rlm_cache.c @@ -544,7 +544,7 @@ static int cache_instantiate(CONF_SECTION *conf, void **instance) inst->cs = cf_section_sub_find(conf, "update"); if (!inst->cs) { - radlog(L_ERR, "rlm_cache: Failed to find \"attributes\" subsection"); + radlog(L_ERR, "rlm_cache: Failed to find \"update\" subsection"); cache_detach(inst); return -1; }