]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiConvert.pm
lei: standardize on _lei_wq_eof callback for workers
[public-inbox.git] / lib / PublicInbox / LeiConvert.pm
index 0ce49ea9a866866ea9ea72a3db3d4b70dfdf52ce..0c3241694f70d525fe7300a7eddced06c77012f6 100644 (file)
@@ -52,7 +52,7 @@ sub lei_convert { # the main "lei convert" method
        my $devfd = $lei->path_to_fd($ovv->{dst}) // return;
        $lei->{opt}->{augment} = 1 if $devfd < 0;
        $self->prepare_inputs($lei, \@inputs) or return;
-       my ($op_c, $ops) = $lei->workers_start($self, 'lei_convert', 1);
+       my ($op_c, $ops) = $lei->workers_start($self, 'lei-convert', 1);
        $lei->{cnv} = $self;
        $self->wq_io_do('process_inputs', []);
        $self->wq_close(1);