[sr-dev] git:master: core: Fixed typo that broke the build

Peter Dunkley peter.dunkley at crocodile-rcs.com
Thu Nov 1 16:55:08 CET 2012


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 <peter.dunkley at crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
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;
                 }




More information about the sr-dev mailing list