}
if (errno == ENOENT)
debug("Control socket \"%.100s\" does not exist", path);
else {
else if (errno == ECONNREFUSED) {
debug("Removing stale control socket \"%.100s\"", path);
unlink(path);
} else {
error("Control socket connect(%.100s): %s", path,
strerror(errno));