about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/NNTP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/NNTP.pm b/lib/PublicInbox/NNTP.pm
index 000b2c61..944e9305 100644
--- a/lib/PublicInbox/NNTP.pm
+++ b/lib/PublicInbox/NNTP.pm
@@ -114,7 +114,7 @@ sub process_line ($$) {
         my $err = $@;
         if ($err && !$self->{closed}) {
                 chomp($l = Dumper(\$l));
-                err($self, "error from: $l $err");
+                err($self, "error from: $l ($err)");
                 $res = '503 program fault - command not performed';
         }
         return 0 unless defined $res;