mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1635
This commit is contained in:
parent
7881eb5cbf
commit
cd289e271b
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue