X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Freconnect.c;h=5296c5cbe460e0170823d011ebce1307b6360260;hb=5ed512094a2f5534b031d2b3873262f870dc4083;hp=0a773bcb24061de916ae997e0a9605acb6bc3ee3;hpb=428b2eddc9c47d8306252f0fc5218839d2ff017c;p=sliver-openvswitch.git diff --git a/lib/reconnect.c b/lib/reconnect.c index 0a773bcb2..5296c5cbe 100644 --- a/lib/reconnect.c +++ b/lib/reconnect.c @@ -348,7 +348,7 @@ reconnect_disconnected(struct reconnect *fsm, long long int now, int error) } else { const char *type = fsm->passive ? "listen" : "connection"; if (error > 0) { - VLOG_WARN("%s: %s attempt failed (%s)", + VLOG_INFO("%s: %s attempt failed (%s)", fsm->name, type, ovs_strerror(error)); } else { VLOG(fsm->info, "%s: %s attempt timed out", fsm->name, type);