X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstream-unix.c;h=dde599683e2aa4fc0bc37420e87b006de32bc903;hb=c146b2f86a917ef7a9eb3bb1475e0527dc7e91c3;hp=689dcf1cfaaeba79abf825b405f71927eb21be24;hpb=52440c192b8dcb5d4519838e9a249ba3ae672cf6;p=openvswitch diff --git a/lib/stream-unix.c b/lib/stream-unix.c index 689dcf1c..dde59968 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_ERR("%s: connection failed (%s)", connect_path, strerror(-fd)); + VLOG_WARN("%s: connection failed (%s)", connect_path, strerror(-fd)); return -fd; }