aboutsummaryrefslogtreecommitdiffstats
path: root/acl.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-28 17:18:02 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-28 17:18:02 +0000
commitad9cc8d4110c11ede40377c024f036cc58f6a4a2 (patch)
tree5d8853aee7a04139aa6c1b352db757a3affc3f96 /acl.c
parent5e75d18d31d6d2d6695775985184e1a40033de5c (diff)
Fix typo (thanks, North) and update docs for IP-tos settings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15614 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 007239fe4..4740e78fe 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/ip-tos.txt for more information.", value);
+ ast_log(LOG_WARNING, "TOS value %s is deprecated. Please see doc/ip-tos.txt for more information.\n", value);
return 0;
}