mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3991
This commit is contained in:
parent
8eb76a16bc
commit
1a089a292a
|
@ -781,8 +781,8 @@ void handle_request(
|
|||
|
||||
if (sreq.parse(fin) == 0){
|
||||
log_messages.printf(
|
||||
SCHED_MSG_LOG::NORMAL, "Handling request: IP %s, auth %s, platform %s, version %d.%02d\n",
|
||||
get_remote_addr(), sreq.authenticator, sreq.platform_name,
|
||||
SCHED_MSG_LOG::NORMAL, "Handling request: IP %s, auth %s, host %d, platform %s, version %d.%02d\n",
|
||||
get_remote_addr(), sreq.authenticator, sreq.hostid, sreq.platform_name,
|
||||
sreq.core_client_major_version, sreq.core_client_minor_version
|
||||
);
|
||||
process_request(sreq, sreply, ss, code_sign_key);
|
||||
|
|
Loading…
Reference in New Issue