stream-ssl: Change "bootstrap race" log message from ERR to INFO.
[sliver-openvswitch.git] / lib / stream-ssl.c
index db7b68e..4a9dd4f 100644 (file)
@@ -479,7 +479,7 @@ ssl_connect(struct stream *stream)
              * certificate, but that's more trouble than it's worth.  These
              * connections will succeed the next time they retry, assuming that
              * they have a certificate against the correct CA.) */
-            VLOG_ERR("rejecting SSL connection during bootstrap race window");
+            VLOG_INFO("rejecting SSL connection during bootstrap race window");
             return EPROTO;
         } else {
             return 0;