Browse Source

core: Fixed typo that broke the build

Peter Dunkley 13 years ago
parent
commit
53135e42d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      msg_translator.c

+ 1 - 1
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;
                 }