chiark / gitweb /
site: Log about crossed MSG1 with a higher priority
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 17 May 2019 22:38:47 +0000 (23:38 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 18 May 2019 01:16:36 +0000 (02:16 +0100)
This means that we normally get these messages.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
---
v2: New patch

site.c

diff --git a/site.c b/site.c
index 11fc28be2443973ab84c30490a7d79dd09efabf0..390853500f40552e8af120ef4312ec7b85d1ee63 100644 (file)
--- 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 */