浏览代码

core: Fixed typo that broke the build

Peter Dunkley 13 年之前
父节点
当前提交
53135e42d0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
                 }