Browse Source

char_msg_val.h: concatenate ERR log

Ovidiu Sas 11 years ago
parent
commit
6d239c2806
1 changed files with 1 additions and 2 deletions
  1. 1 2
      char_msg_val.h

+ 1 - 2
char_msg_val.h

@@ -57,8 +57,7 @@ inline static int char_msg_val( struct sip_msg *msg, char *cv )
 	str src[8];
 
 	if (unlikely(!check_transaction_quadruple(msg))) {
-		LM_ERR("can't calculate char_value due "
-			"to a parsing error\n");
+		LM_ERR("can't calculate char_value due to a parsing error\n");
 		memset( cv, '0', MD5_LEN );
 		return 0;
 	}