Rename info and stats.

This commit is contained in:
Dominik Pantůček 2023-04-13 20:15:43 +02:00
parent e4ad273b06
commit e54e4bd016
4 changed files with 26 additions and 22 deletions

View file

@ -194,7 +194,7 @@
;; Prints nicely aligned members base info
(define (print-members-base-table mb)
(let* ((bi (members-base-info mb))
(let* ((bi (mbase-info mb))
(all-mrs (ldict-ref bi 'total))
(invalid-mrs (ldict-ref bi 'invalid))
(active-mrs (ldict-ref bi 'active))