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_2_2_0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef149e2079ddff5e5626660a2d245b68559777e1;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 ddde9b4f899..d8466aac44a 100644 --- a/src/modules/rlm_cache/rlm_cache.c +++ b/src/modules/rlm_cache/rlm_cache.c @@ -530,7 +530,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; }