Sfoglia il codice sorgente

Correction to socket error connection message

tags/v1.10.90
Andrew Yoder 3 anni fa
parent
commit
80bcb4330b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      common/network/UnixSocket.cxx

+ 1
- 1
common/network/UnixSocket.cxx Vedi File

@@ -69,7 +69,7 @@ UnixSocket::UnixSocket(const char *path)
}

if (result == -1)
throw SocketException("unable connect to socket", err);
throw SocketException("unable to connect to socket", err);

setFd(sock);
}

Loading…
Annulla
Salva