aboutsummaryrefslogtreecommitdiffstats
path: root/main/netsock.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-04 15:14:52 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-04 15:14:52 +0000
commit29f20d8f6427c965eab26a18b7ae26a75cfc41f1 (patch)
tree21ade3428bc2580d6192901979b611fe71856ac3 /main/netsock.c
parent5d89164d9a33458b7d6ea3b7814a1f5450191ac8 (diff)
Fix a couple of places where "tos" was used instead of "cos".
(issue #9540, patch by IgorG) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@67016 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/netsock.c')
-rw-r--r--main/netsock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/netsock.c b/main/netsock.c
index 6e01432d7..2ce60b8c4 100644
--- a/main/netsock.c
+++ b/main/netsock.c
@@ -185,7 +185,7 @@ int ast_netsock_set_qos(int netsocket, int tos, int cos)
ast_log(LOG_WARNING, "Unable to set CoS to %d\n", cos);
else {
if (option_verbose > 1)
- ast_verbose(VERBOSE_PREFIX_2 "Using CoS mark %d\n", tos);
+ ast_verbose(VERBOSE_PREFIX_2 "Using CoS mark %d\n", cos);
}
#endif