*** empty log message ***

svn path=/trunk/boinc/; revision=1694
This commit is contained in:
Karl Chen 2003-07-15 23:59:20 +00:00
parent c8192b7c29
commit 6e63be0638
2 changed files with 3 additions and 3 deletions

View File

@ -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
);
}

View File

@ -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
);
}