From dbed4d264c9958e7529f5909bfb59ee1f0f35a01 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Mon, 11 Apr 2005 16:14:56 +0000 Subject: [PATCH] Added one more PID to log file svn path=/trunk/boinc/; revision=5825 --- sched/file_upload_handler.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sched/file_upload_handler.C b/sched/file_upload_handler.C index a31494fdbc..ff9b166c2a 100644 --- a/sched/file_upload_handler.C +++ b/sched/file_upload_handler.C @@ -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