X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Freconnect.c;h=5296c5cbe460e0170823d011ebce1307b6360260;hb=003ce655b7116d18c86a74c50391e54990346931;hp=fae35b1ec4cdabd3f917457bca7f4d1e61f3b1f1;hpb=10a89ef04df5669c5cdd02f786150a7ab8454e01;p=sliver-openvswitch.git diff --git a/lib/reconnect.c b/lib/reconnect.c index fae35b1ec..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); @@ -532,7 +532,7 @@ reconnect_deadline__(const struct reconnect *fsm) return fsm->state_entered; } - NOT_REACHED(); + OVS_NOT_REACHED(); } /* Assesses whether any action should be taken on 'fsm'. The return value is @@ -604,7 +604,7 @@ reconnect_run(struct reconnect *fsm, long long int now) return 0; } - NOT_REACHED(); + OVS_NOT_REACHED(); } else { return 0; }