Browse Source

modules_k/path: fixed a typo in a diagnostic message

Peter Dunkley 12 years ago
parent
commit
a0dd2a75dc
1 changed files with 1 additions and 1 deletions
  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
 	if (path_obb.use_outbound != NULL
 		&& path_obb.use_outbound(_msg)) {
 		&& path_obb.use_outbound(_msg)) {
 		if (path_obb.encode_flow_token(&user, _msg->rcv) != 0) {
 		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;	
 			return -1;	
 		}
 		}