chiark / gitweb /
Fix stats logging.
[innduct.git] / statemc.c
index 2e496923a3295768bd3a4913114a538272b07011..fb372468f637cd0a82e23a4cb2bfce77446e5970 100644 (file)
--- a/statemc.c
+++ b/statemc.c
@@ -239,8 +239,8 @@ static void notice_processed_counts(Counts *counts, int completed,
     : masprintf("%s","");
 
   notice("%s %s read=%d (+bl=%d,+err=%d)%s%s missing=%d"
-        " offered=%d (ch=%d,nc=%d;mi=%d)"
-        " accepted=%d (ch=%d,nc=%d;mi=%d)"
+        " offered=%d (ch=%d,nc=%d)"
+        " accepted=%d (ch=%d,nc=%d)"
        RESULT_COUNTS(RCI_NOTHING, RCI_TRIPLE_FMT)
        ,
        completed?"completed":"processed", what,
@@ -248,9 +248,9 @@ static void notice_processed_counts(Counts *counts, int completed,
          counts->events[read_err],
        inprog, autodefer, counts->events[nooffer_missing],
        CNT(Unchecked,sent) + CNT(Unsolicited,sent)
-       , CNT(Unchecked,sent), CNT(Unsolicited,sent), CNT(Unsolicited,missing),
+       , CNT(Unchecked,sent), CNT(Unsolicited,sent),
        CNT(Wanted,accepted) + CNT(Wanted,accepted)
-       , CNT(Wanted,accepted), CNT(Wanted,accepted), CNT(Wanted,missing)
+       , CNT(Wanted,accepted), CNT(Wanted,accepted)
        RESULT_COUNTS(RCI_NOTHING,  RCI_TRIPLE_VALS)
        );