dect
/
asterisk
Archived
13
0
Fork 0

update reference to doc file whose name has changed

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12544 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2006-03-12 16:29:24 +00:00
parent 9156908a4c
commit 61cd99d7c8
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);
#endif
#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
return(0);
}

View File

@ -2981,7 +2981,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio )
s, parseio->string,spacebuf2);
#endif
#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
return(0);
}