Przeglądaj źródła

core: Fixed typo that broke the build

Peter Dunkley 13 lat temu
rodzic
commit
53135e42d0
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
                 }