Explorar o código

fixing function name in the error message

Miklos Tirpak %!s(int64=17) %!d(string=hai) anos
pai
achega
0fd48d59b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      msg_translator.c

+ 1 - 1
msg_translator.c

@@ -387,7 +387,7 @@ char* id_builder(struct sip_msg* msg, unsigned int *id_len)
 	buf=pkg_malloc(sizeof(char)*(len+1));/* place for ending \0 */
 	if (buf==0){
 		ser_error=E_OUT_OF_MEM;
-		LOG(L_ERR, "ERROR: rport_builder: out of memory\n");
+		LOG(L_ERR, "ERROR: id_builder: out of memory\n");
 		return 0;
 	}
 	memcpy(buf, ID_PARAM, ID_PARAM_LEN);