diff --git a/main/ast_expr2.fl b/main/ast_expr2.fl index c261bbd62e..0187618dc4 100644 --- a/main/ast_expr2.fl +++ b/main/ast_expr2.fl @@ -445,7 +445,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio ) (extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2); #endif #ifndef STANDALONE - ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex in the asterisk source.\n"); + ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex.\n"); #endif free(s2); return(0); diff --git a/main/ast_expr2f.c b/main/ast_expr2f.c index 5433697074..470b48d017 100644 --- a/main/ast_expr2f.c +++ b/main/ast_expr2f.c @@ -2587,7 +2587,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio ) (extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2); #endif #ifndef STANDALONE - ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex in the asterisk source.\n"); + ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex.\n"); #endif free(s2); return(0);