Signed-off-by: Lev Stipakov <lstipa...@gmail.com>
---
 src/openvpn/mudp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/openvpn/mudp.c b/src/openvpn/mudp.c
index 3aed3a0..9fa9f9e 100644
--- a/src/openvpn/mudp.c
+++ b/src/openvpn/mudp.c
@@ -79,7 +79,7 @@ multi_get_create_instance_udp (struct multi_context *m, bool 
*floated)
              {
                /* reset prefix, since here we are not sure peer is the one it 
claims to be */
                ungenerate_prefix(mi);
-               msg (D_MULTI_ERRORS, "Untrusted peer %" PRIu32 " wants to float 
to %s", peer_id,
+               msg (D_MULTI_MEDIUM, "Untrusted peer %" PRIu32 " wants to float 
to %s", peer_id,
                        mroute_addr_print (&real, &gc));
              }
            }
-- 
1.9.1


Reply via email to