dirkx 99/02/02 08:21:23
Modified: src/modules/standard mod_log_config.c
Log:
Oops. You should not leave your comments floating around whilst checking the
%m milisecond code
Revision Changes Path
1.72 +0 -3 apache-1.3/src/modules/standard/mod_log_config.c
Index: mod_log_config.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_log_config.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- mod_log_config.c 1999/02/02 16:15:51 1.71
+++ mod_log_config.c 1999/02/02 16:21:20 1.72
@@ -397,9 +397,6 @@
return ap_pstrdup(r->pool, tstr);
}
-/* XXXX: bullshit. needs to be done using gettimeofday() when possible
- * and not this time, as it is the time the LOGging hapens.
- */
static const char *log_request_duration(request_rec *r, char *a)
{
return ap_psprintf(r->pool, "%ld", time(NULL) - r->request_time);