aboutsummaryrefslogtreecommitdiffstats
path: root/acl.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-28 03:36:17 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-28 03:36:17 +0000
commit8397f5760dbe48b353d65d14b632839f69bc55e3 (patch)
tree97d1cb46f4272e5417d47dae00bcb8eaed508f54 /acl.c
parent7c697789d6cce6e95c7297bfcddbc600efe83eed (diff)
use proper file name
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15436 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'acl.c')
-rw-r--r--acl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/acl.c b/acl.c
index a391e5743..38c80eb7c 100644
--- a/acl.c
+++ b/acl.c
@@ -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;
}