]> jfr.im git - irc/UndernetIRC/iauthd-c.git/commitdiff
iauth_class: Fix formatting of intervals
authorMichael Poole <redacted>
Sun, 14 Mar 2021 15:27:50 +0000 (11:27 -0400)
committerMichael Poole <redacted>
Sun, 14 Mar 2021 17:34:48 +0000 (13:34 -0400)
modules/iauth_class.c

index cf4fb8502f33bd823ca7e05b045380bcd4f859db..26797bbcd5961e2b32cf1fc9d6452c167af590ae 100644 (file)
@@ -219,7 +219,7 @@ static void iauth_class_report_stats(void)
 {
     iauth_class_foreach_rule(iauth_class_rule_stats, NULL);
 
-    iauth_report_stats(&iauth_class, "%u clients already had classes, %.0f assigned (in %f+/-%f usec), %.0f unassigned (in %f+/-%f usec)",
+    iauth_report_stats(&iauth_class, "%u clients already had classes, %.0f assigned (in %g+/-%g sec), %.0f unassigned (in %g+/-%g sec)",
                        iauth_class_already_assigned,
                        iauth_class_assigned.n,
                        iauth_class_assigned.mean,