X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fstream-ssl.c;h=4a9dd4f6a1e489cff74f5ac381d015402118594f;hb=1ee62357e91d08a0bf901830805037680c88eece;hp=db7b68e6cc7618ea72653ae16c57a669cfbc2045;hpb=95d4ec339d25373e04e5218235d3d0d477f0766e;p=sliver-openvswitch.git diff --git a/lib/stream-ssl.c b/lib/stream-ssl.c index db7b68e6c..4a9dd4f6a 100644 --- a/lib/stream-ssl.c +++ b/lib/stream-ssl.c @@ -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;