]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update src/modules/rlm_cache/rlm_cache.c
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 6 Sep 2012 16:55:27 +0000 (18:55 +0200)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 6 Sep 2012 16:57:55 +0000 (17:57 +0100)
src/modules/rlm_cache/rlm_cache.c

index 50cfdba7943fc6117a71392c182fe218f39486a4..e3923a16da82211fb42859144241399abcb568e1 100644 (file)
@@ -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;
        }