Added one more PID to log file

svn path=/trunk/boinc/; revision=5825
This commit is contained in:
Bruce Allen 2005-04-11 16:14:56 +00:00
parent 48a37d0cd2
commit dbed4d264c
1 changed files with 2 additions and 1 deletions

View File

@ -307,7 +307,8 @@ int handle_file_upload(FILE* in, R_RSA_PUBLIC_KEY& key) {
retval = copy_socket_to_file(in, path, offset, nbytes);
log_messages.printf(
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,
get_remote_addr(),
retval