Module: sip-router Branch: bpintea/asi_binrpc2 Commit: 885ea4b28f30635329c7178b77e42319e9c47b1a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=885ea4b2...
Author: bpi bpi@machine.office.iptego.net Committer: bpi bpi@machine.office.iptego.net Date: Thu Feb 18 12:05:50 2010 +0100
s/CRIT(/LOG(L_CRIT, /
- this makes the code compatible with CVS sip_router
---
modules/binrpc/io_listener.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/binrpc/io_listener.c b/modules/binrpc/io_listener.c index a1975d8..eec6b6a 100644 --- a/modules/binrpc/io_listener.c +++ b/modules/binrpc/io_listener.c @@ -328,7 +328,7 @@ void io_listen_loop(struct ctrl_socket* cs_lst) } /* should never reach this point under normal (non-error) circumstances */ error: - CRIT("io_listen_loop exiting ...\n"); + LOG(L_CRIT, "io_listen_loop exiting ...\n"); }