diff --git a/main/ast_expr2.fl b/main/ast_expr2.fl index e20f194bf5..96a09bc40e 100644 --- a/main/ast_expr2.fl +++ b/main/ast_expr2.fl @@ -468,7 +468,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 631ce30cf9..f65c4f49fc 100644 --- a/main/ast_expr2f.c +++ b/main/ast_expr2f.c @@ -2603,7 +2603,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);