aboutsummaryrefslogtreecommitdiffstats
path: root/acl.c
diff options
context:
space:
mode:
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;
}