*** empty log message ***

svn path=/trunk/boinc/; revision=1606
This commit is contained in:
Karl Chen 2003-06-27 20:50:38 +00:00
parent 83680e306e
commit 68c0a34fe9
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ void PERS_FILE_XFER::retry_or_backoff() {
// keeping within the bounds of pers_retry_delay_min and
// pers_retry_delay_max
//
backoff = (int)calculate_exponential_backoff(
backoff = calculate_exponential_backoff(
nretry, gstate.pers_retry_delay_min, gstate.pers_retry_delay_max);
next_request_time = now + backoff;
// fprintf(stderr, "### PERS_FILE_XFER '%s'#%x::retry_or_backoff(): nretry=%d, backoff=%d, now=%d, next_request_time=%d\n",