Преглед изворни кода

changed log level of the message "no resolved dst yet"

Jiri Kuthan пре 23 година
родитељ
комит
4cb713e086
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      modules/tm/t_reply.c

+ 2 - 1
modules/tm/t_reply.c

@@ -269,7 +269,8 @@ int t_retransmit_reply( struct cell *t )
 	   not yet, don't try to retransmit
 	   not yet, don't try to retransmit
 	*/
 	*/
 	if (!t->uas.response.send_sock) {
 	if (!t->uas.response.send_sock) {
-		LOG(L_ERR, "ERROR: no resolved dst to retransmit\n");
+		LOG(L_WARN, "WARNING: t_retransmit_reply: "
+			"no resolved dst to retransmit\n");
 		return -1;
 		return -1;
 	}
 	}