Changeset 5505

Show
Ignore:
Timestamp:
05/07/08 17:08:46 (1 week ago)
Author:
morris
Message:

Log a warning if OpenSSL could not send all the bytes, this shouldn't happen but...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wired/trunk/wired/transfers.c

    r5501 r5505  
    677677                        break; 
    678678                } 
     679                 
     680                if(result != bytes) { 
     681                        wi_log_warn(WI_STR("Tried to send %u bytes of download to %@, but could only send %u bytes"), 
     682                                bytes, wd_user_ip(transfer->user), result); 
     683                } 
    679684 
    680685                /* update counters */