Răsfoiți Sursa

core: Fixed typo that broke the build

Peter Dunkley 13 ani în urmă
părinte
comite
53135e42d0
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      msg_translator.c

+ 1 - 1
msg_translator.c

@@ -2495,7 +2495,7 @@ char* via_builder( unsigned int *len,
                 }
                 }
 
 
                 if (con == NULL) {
                 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);
 				send_info->id);
                         return 0;
                         return 0;
                 }
                 }