Credit for dated timestamps

This commit is contained in:
Micah Cowan 2007-10-02 21:49:37 -07:00
parent c2c71c32cf
commit 94216227ea
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
* ftp.c (getftp, ftp_loop_internal), http.c (http_loop), main
(main): Use datetime_str instead of time_str, for those who have
potentially long-running sessions.
potentially long-running sessions. Based on suggestions by Saso
Tomat <miskox@hotmail.com> and Steven M. Schweda
<sms@antinode.org>.
2007-09-25 Micah Cowan <micah@cowan.name>