summaryrefslogtreecommitdiff
path: root/acl.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-03-28 17:18:02 +0000
committerOlle Johansson <oej@edvina.net>2006-03-28 17:18:02 +0000
commit5edae1cba08954131b0a2cf3e05ab88909d66645 (patch)
tree5d8853aee7a04139aa6c1b352db757a3affc3f96 /acl.c
parentd0bc6c20a70c0da3dee48a2ad1a9acb25fc668fc (diff)
Fix typo (thanks, North) and update docs for IP-tos settings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15614 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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;
}