]> Sergey Matveev's repositories - public-inbox.git/commit
lei up: improve --all=local stderr output
authorEric Wong <e@80x24.org>
Wed, 25 Aug 2021 08:40:39 +0000 (08:40 +0000)
committerEric Wong <e@80x24.org>
Wed, 25 Aug 2021 19:33:49 +0000 (19:33 +0000)
commitb6eb866869609afef72c77f41507905828014673
tree83431f9145a5614ce217ff108d224ec5dbc1e29e
parent796e7215a167f36d0b950631c3b1e44fa47fec07
lei up: improve --all=local stderr output

The "# $NR written to $DEST ($total matches)" messages are
arguably the most useful output of "lei up --all=local",
but they get intermixed with progress messages from various
workers.  Queue up these finalization messages and only spit
them out on ->DESTROY.
MANIFEST
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiFinmsg.pm [new file with mode: 0644]
lib/PublicInbox/LeiUp.pm
lib/PublicInbox/LeiXSearch.pm