mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
*** empty log message ***
This commit is contained in:
parent
25c09139cc
commit
ad480dd783
@ -111,7 +111,8 @@ connect_to_server(const string &name, uint port) {
|
||||
(void)memcpy(&_sin.sin_addr, hp->h_addr, (uint)hp->h_length);
|
||||
else {
|
||||
downloader_cat.error()
|
||||
<< "Downloader::connect_to_server() - gethostbyname() failed: "
|
||||
<< "Downloader::connect_to_server() - gethostbyname() failed on: "
|
||||
<< name.c_str() << " with error: "
|
||||
<< handle_socket_error() << endl;
|
||||
return get_network_error();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user