Remove log message about failed connections

* This could just be an attempt to connect to see if probe to see if a
  socket is listening, so don't spam the log.
This commit is contained in:
baldurk
2016-11-03 16:29:38 +01:00
parent 503484c9c8
commit 1f2c45a22f
-1
View File
@@ -349,7 +349,6 @@ Socket *CreateClientSocket(const char *host, uint16_t port, int timeoutMS)
return new Socket((ptrdiff_t)s);
}
RDCWARN("Failed to connect to %s:%d", host, port);
return NULL;
}