--- mqtt/src/utils.c 2013/01/18 10:17:22 1.4.4.1 +++ mqtt/src/utils.c 2013/07/16 14:34:58 1.4.4.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: utils.c,v 1.4.4.1 2013/01/18 10:17:22 misho Exp $ +* $Id: utils.c,v 1.4.4.2 2013/07/16 14:34:58 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -56,7 +56,7 @@ srv_Socket(cfg_root_t * __restrict cfg) u_short port; sockaddr_t sa = {{ 0 }}; - ETRACE(2); + ETRACE(); assert(cfg); @@ -84,7 +84,7 @@ srv_Socket(cfg_root_t * __restrict cfg) inline int srv_Close(int s) { - ETRACE(2); + ETRACE(); EVERBOSE(7, "Closing socket=%d\n", s); return mqtt_srv_Destroy(s);