use proper file name

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15436 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-03-28 03:36:17 +00:00
parent 278b8e8fc7
commit 0b5f2a5d3f
4 changed files with 10 additions and 10 deletions

2
acl.c
View File

@@ -313,7 +313,7 @@ int ast_str2tos(const char *value, unsigned int *tos)
else
return -1;
ast_log(LOG_WARNING, "tos value %s is deprecated. See doc/iptos.txt for more information.", value);
ast_log(LOG_WARNING, "tos value %s is deprecated. See doc/ip-tos.txt for more information.", value);
return 0;
}