Sometimes this just means that the daemon we're connecting to is
restarting.
Bug #13177.
Reported-by: Scott Hendricks <shendricks@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
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;
}