X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstream-unix.c;h=6dee17d7b18d8aadc3628485eb8c3aa712f3b945;hb=c3f2538933e2a7663283158a8bf806bf66ac1a23;hp=4feefdfdfd4e8a6e31950d0697bfa340053ff6c4;hpb=c423da59a8e0d605dfdea7b9bd4c42eb2eba8885;p=openvswitch diff --git a/lib/stream-unix.c b/lib/stream-unix.c index 4feefdfd..6dee17d7 100644 --- a/lib/stream-unix.c +++ b/lib/stream-unix.c @@ -48,7 +48,7 @@ unix_open(const char *name, char *suffix, struct stream **streamp, fd = make_unix_socket(SOCK_STREAM, true, NULL, connect_path); if (fd < 0) { - VLOG_WARN("%s: connection failed (%s)", connect_path, strerror(-fd)); + VLOG_DBG("%s: connection failed (%s)", connect_path, strerror(-fd)); return -fd; }