*** empty log message ***

svn path=/trunk/boinc/; revision=3991
This commit is contained in:
Rom Walton 2004-08-05 20:58:26 +00:00
parent 8eb76a16bc
commit 1a089a292a
1 changed files with 2 additions and 2 deletions

View File

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