Index: rtpp_command.c =================================================================== RCS file: /cvsroot/ser/rtpproxy/rtpp_command.c,v retrieving revision 1.21 diff -d -u -r1.21 rtpp_command.c --- rtpp_command.c 3 Nov 2008 08:49:45 -0000 1.21 +++ rtpp_command.c 28 Nov 2008 22:18:19 -0000 @@ -98,6 +98,8 @@ rtpp_log_ewrite(RTPP_LOG_ERR, cf->glog, "can't bind to the %s port %d", (ia->sa_family == AF_INET) ? "IPv4" : "IPv6", port); } else { + rtpp_log_ewrite(RTPP_LOG_ERR, cf->glog, "can't bind to the %s port %d", + (ia->sa_family == AF_INET) ? "IPv4" : "IPv6", port); rval = -2; } goto failure;