[SECNET PATCH v2 05/19] site: Log about crossed MSG1 with a higher priority

Ian Jackson ijackson at chiark.greenend.org.uk
Sat May 18 02:38:38 BST 2019


This means that we normally get these messages.

Signed-off-by: Ian Jackson <ijackson at chiark.greenend.org.uk>
---
v2: New patch
---
 site.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site.c b/site.c
index 11fc28b..3908535 100644
--- a/site.c
+++ b/site.c
@@ -1800,11 +1800,11 @@ static bool_t site_incoming(void *sst, struct buffer_if *buf,
 	    if (st->setup_priority) {
 		BUF_FREE(buf);
 		if (!st->msg1_crossed_logged++)
-		    slog(st,LOG_DUMP,"crossed msg1s; we are higher "
+		    slog(st,LOG_SETUP_INIT,"crossed msg1s; we are higher "
 			 "priority => ignore incoming msg1");
 		return True;
 	    } else {
-		slog(st,LOG_DUMP,"crossed msg1s; we are lower "
+		slog(st,LOG_SETUP_INIT,"crossed msg1s; we are lower "
 		     "priority => use incoming msg1");
 		if (process_msg1(st,buf,source,&named_msg)) {
 		    BUF_FREE(&st->buffer); /* Free our old message 1 */
-- 
2.11.0




More information about the sgo-software-discuss mailing list