From 93f2be267574a8f8ee028c4348e7b367ac68a192 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 4 Jun 2007 15:14:52 +0000 Subject: Fix a couple of places where "tos" was used instead of "cos". (issue #9540, patch by IgorG) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67016 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/netsock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/netsock.c') 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 -- cgit v1.2.3