about summary refs log tree commit homepage
path: root/lib/PublicInbox/LEI.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/LEI.pm')
-rw-r--r--lib/PublicInbox/LEI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm
index 50276a50..50c0a885 100644
--- a/lib/PublicInbox/LEI.pm
+++ b/lib/PublicInbox/LEI.pm
@@ -431,7 +431,7 @@ sub out ($;@) {
         my $self = shift;
         return if print { $self->{1} // return } @_; # likely
         return note_sigpipe($self, 1) if $! == EPIPE;
-        my $err = "error writing to stdout: $!";
+        my $err = "error writing to output: $!";
         delete $self->{1};
         fail($self, $err);
 }