*** empty log message ***

svn path=/trunk/boinc/; revision=1635
This commit is contained in:
Karl Chen 2003-07-02 02:05:44 +00:00
parent 7881eb5cbf
commit cd289e271b
2 changed files with 9 additions and 8 deletions

View File

@ -5180,6 +5180,7 @@ David July 1 2003
Karl 2003/07/01
- redesigned logging facilities for both scheduler servers and client
It is now easy to see the flow of events from looking at client.out
client/
Makefile.am

View File

@ -2,18 +2,18 @@
// Version 1.0 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
// http://boinc.berkeley.edu/license_1.0.txt
//
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
// License for the specific language governing rights and limitations
// under the License.
//
// The Original Code is the Berkeley Open Infrastructure for Network Computing.
//
// under the License.
//
// The Original Code is the Berkeley Open Infrastructure for Network Computing.
//
// The Initial Developer of the Original Code is the SETI@home project.
// Portions created by the SETI@home project are Copyright (C) 2002
// University of California at Berkeley. All Rights Reserved.
//
// University of California at Berkeley. All Rights Reserved.
//
// Contributor(s):
//
@ -111,7 +111,7 @@ int PERS_FILE_XFER::start_xfer() {
msg_printf(fip->project, MSG_INFO, "Started %s of %s",
(is_upload ? "upload" : "download"), fip->name);
}
scope_messages.printf("PERS_FILE_XFER::start_xfer(): URL: %s",fip->get_url());
scope_messages.printf("PERS_FILE_XFER::start_xfer(): URL: %s\n",fip->get_url());
return 0;
}