*** empty log message ***

svn path=/trunk/boinc/; revision=5864
This commit is contained in:
Rom Walton 2005-04-15 19:14:28 +00:00
parent 907a7cb7f0
commit 3d371a7a27
1 changed files with 1 additions and 0 deletions

View File

@ -970,6 +970,7 @@ int RPC_CLIENT::init(const char* host, bool asynch) {
} }
retval = boinc_socket(sock); retval = boinc_socket(sock);
fprintf(stderr, "RPC_CLIENT::init right after call to boinc_socket sock = '%d'", sock);
if (retval) return retval; if (retval) return retval;
if (asynch) { if (asynch) {