INN commit: trunk/history (his.c)
INN Commit
rra at isc.org
Sat Nov 25 22:05:09 UTC 2017
Date: Saturday, November 25, 2017 @ 14:05:08
Author: iulius
Revision: 10194
Fix indentation from previous commit
Modified:
trunk/history/his.c
-------+
his.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: his.c
===================================================================
--- his.c 2017-11-25 21:55:43 UTC (rev 10193)
+++ his.c 2017-11-25 22:05:08 UTC (rev 10194)
@@ -454,8 +454,8 @@
fprintf(HISfdlog, "%d/%d/%d %02d:%02d:%02d.%06d: [%d] %s (%.6f)\n",
tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday, tm->tm_hour,
tm->tm_min, tm->tm_sec, (int)tv.tv_usec, code, s, (double) tv.tv_sec +
- (double) tv.tv_usec / 1000000 - (double) HISstat_start[code].tv_sec -
- (double) HISstat_start[code].tv_usec / 1000000);
+ (double) tv.tv_usec / 1000000 - (double) HISstat_start[code].tv_sec -
+ (double) HISstat_start[code].tv_usec / 1000000);
if (tv.tv_usec < HISstat_start[code].tv_usec) {
HISstat_total[code].tv_sec++;
HISstat_total[code].tv_usec +=
More information about the inn-committers
mailing list