update reference to doc file whose name has changed

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12544 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-03-12 16:29:24 +00:00
parent 30a806010a
commit 77fc5f5110
2 changed files with 2 additions and 2 deletions

View File

@@ -201,7 +201,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio )
s, parseio->string,spacebuf2); s, parseio->string,spacebuf2);
#endif #endif
#ifndef STANDALONE #ifndef STANDALONE
ast_log(LOG_WARNING,"If you have questions, please refer to doc/README.variables in the asterisk source.\n"); ast_log(LOG_WARNING,"If you have questions, please refer to doc/channelvariables.txt in the asterisk source.\n");
#endif #endif
return(0); return(0);
} }

View File

@@ -2981,7 +2981,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio )
s, parseio->string,spacebuf2); s, parseio->string,spacebuf2);
#endif #endif
#ifndef STANDALONE #ifndef STANDALONE
ast_log(LOG_WARNING,"If you have questions, please refer to doc/README.variables in the asterisk source.\n"); ast_log(LOG_WARNING,"If you have questions, please refer to doc/channelvariables.txt in the asterisk source.\n");
#endif #endif
return(0); return(0);
} }