Module: sip-router Branch: master Commit: 53135e42d0048670a25908532bdb26706db48b7a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=53135e42d0048670a25908532bdb26706db48b7a
Author: Peter Dunkley <[email protected]> Committer: Peter Dunkley <[email protected]> Date: Thu Nov 1 15:54:51 2012 +0000 core: Fixed typo that broke the build --- msg_translator.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/msg_translator.c b/msg_translator.c index 6985418..2579a41 100644 --- a/msg_translator.c +++ b/msg_translator.c @@ -2495,7 +2495,7 @@ char* via_builder( unsigned int *len, } if (con == NULL) { - LM_WARN("TCP/TLS connection (id: %d) for WebSocket could not be found\n" + LM_WARN("TCP/TLS connection (id: %d) for WebSocket could not be found\n", send_info->id); return 0; } _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
