mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user