mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1694
This commit is contained in:
parent
c8192b7c29
commit
6e63be0638
|
@ -279,7 +279,7 @@ void PERS_FILE_XFER::retry_or_backoff() {
|
|||
next_request_time = now + backoff;
|
||||
}
|
||||
scope_messages.printf(
|
||||
"PERS_FILE_XFER::retry_or_backoff(): Backing off %d seconds on transfer of file %s",
|
||||
"PERS_FILE_XFER::retry_or_backoff(): Backing off %d seconds on transfer of file %s\n",
|
||||
backoff, fip->name
|
||||
);
|
||||
}
|
||||
|
|
|
@ -391,7 +391,7 @@ bool SCHEDULER_OP::poll() {
|
|||
if (http_op.http_op_retval) {
|
||||
if (log_flags.sched_ops) {
|
||||
msg_printf(project, MSG_ERROR,
|
||||
"scheduler RPC to %s failed\n",
|
||||
"Scheduler RPC to %s failed\n",
|
||||
project->scheduler_urls[url_index].text
|
||||
);
|
||||
}
|
||||
|
@ -418,7 +418,7 @@ bool SCHEDULER_OP::poll() {
|
|||
if (log_flags.sched_ops) {
|
||||
msg_printf(
|
||||
project, MSG_INFO,
|
||||
"scheduler RPC to %s succeeded\n",
|
||||
"Scheduler RPC to %s succeeded\n",
|
||||
project->scheduler_urls[url_index].text
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue