فهرست منبع

modules_k/path: fixed a typo in a diagnostic message

Peter Dunkley 12 سال پیش
والد
کامیت
a0dd2a75dc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      modules_k/path/path.c

+ 1 - 1
modules_k/path/path.c

@@ -204,7 +204,7 @@ int add_path(struct sip_msg* _msg, char* _a, char* _b)
 	if (path_obb.use_outbound != NULL
 		&& path_obb.use_outbound(_msg)) {
 		if (path_obb.encode_flow_token(&user, _msg->rcv) != 0) {
-			LM_ERR("encoding outbound flow token\n");
+			LM_ERR("encoding outbound flow-token\n");
 			return -1;	
 		}