about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiIndex.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/LeiIndex.pm')
-rw-r--r--lib/PublicInbox/LeiIndex.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiIndex.pm b/lib/PublicInbox/LeiIndex.pm
index 5b545998..ef3e4d0b 100644
--- a/lib/PublicInbox/LeiIndex.pm
+++ b/lib/PublicInbox/LeiIndex.pm
@@ -21,7 +21,7 @@ sub input_eml_cb { # used by input_maildir_cb and input_net_cb
 
 sub input_fh { # overrides PublicInbox::LeiInput::input_fh
         my ($self, $ifmt, $fh, $input, @args) = @_;
-        $self->{lei}->child_error(1<<8, <<EOM);
+        $self->{lei}->child_error(0, <<EOM);
 $input ($ifmt) not yet supported, try `lei import'
 EOM
 }