*** empty log message ***

This commit is contained in:
Mike Goslin 2001-01-25 19:26:37 +00:00
parent 25c09139cc
commit ad480dd783

View File

@ -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();
}