From 5edae1cba08954131b0a2cf3e05ab88909d66645 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Tue, 28 Mar 2006 17:18:02 +0000 Subject: 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 --- acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acl.c') 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; } -- cgit v1.2.3