mirror of https://github.com/BOINC/boinc.git
Added one more PID to log file
svn path=/trunk/boinc/; revision=5825
This commit is contained in:
parent
48a37d0cd2
commit
dbed4d264c
|
@ -307,7 +307,8 @@ int handle_file_upload(FILE* in, R_RSA_PUBLIC_KEY& key) {
|
||||||
retval = copy_socket_to_file(in, path, offset, nbytes);
|
retval = copy_socket_to_file(in, path, offset, nbytes);
|
||||||
log_messages.printf(
|
log_messages.printf(
|
||||||
SCHED_MSG_LOG::NORMAL,
|
SCHED_MSG_LOG::NORMAL,
|
||||||
"Ended upload of %s from %s; retval %d\n",
|
"PID=%d Ended upload of %s from %s; retval %d\n",
|
||||||
|
getpid(),
|
||||||
file_info.name,
|
file_info.name,
|
||||||
get_remote_addr(),
|
get_remote_addr(),
|
||||||
retval
|
retval
|
||||||
|
|
Loading…
Reference in New Issue