← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 710359] Re: [Request] Only generate entry for fully completed downloads in the log file

 

looking good, please attend to the following then commit:
- are logs ok when DC++ is shut down / restarted during a DL (especially the "actual" value)?
- how about logging file list transfers?
- "HintedUserList::const_iterator i;" that line is useless.
- change (*i).user to i->user.
- run ip = _("Offline"); only when no ip was found (ip.empty()).
- params["speed"] should be translatable ("%1%/s").

-- 
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/710359

Title:
  [Request] Only generate entry for fully completed downloads in the log
  file

Status in DC++:
  Confirmed

Bug description:
  I would like to use the download logging feature, but only if the unneccessary parts are skipped.
  For example, a file with 300MB size can generate about 100 entries in the log if the download speed is to slow (small segments are generated for slow speed).
  In my opinion, 1 entry would be sufficent when the file has been completely downloaded; or at least an option for this setting.



References