X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fsubst.c;fp=webcit%2Fsubst.c;h=02de06103b982a2baa6a7762c6c524987eba9684;hp=6f85d04cd28b0bfca2d53aded61cf200af144732;hb=3eacc124cabb1ef5fe94ed9fb8ca35ca95235137;hpb=c35f59ad47275afc5d0017d967af8e3925fc388e diff --git a/webcit/subst.c b/webcit/subst.c index 6f85d04cd..02de06103 100644 --- a/webcit/subst.c +++ b/webcit/subst.c @@ -392,7 +392,7 @@ int CheckContext(StrBuf *Target, ContextFilter *Need, WCTemplputParams *TP, cons return 1; LogTemplateError( - Target, ErrType, ERR_PARM1, TP, + Target, ErrType, ERR_NAME, TP, " WARNING: requires Context: [%s], have [%s]!", ContextName(Need->ContextType), ContextName(TP->Filter.ContextType));