]> Sergey Matveev's repositories - public-inbox.git/blobdiff - public-inbox-nntpd
nntp: log to FDs given by the Nntpd module
[public-inbox.git] / public-inbox-nntpd
index 7fec840e7945820e9c218a05473fcac3fd9e3650..0c221fa388ff263284db7f8f731f727c905adf2c 100644 (file)
@@ -44,6 +44,8 @@ sub new {
        my ($class) = @_;
        my $self = fields::new($class);
        $self->{groups} = {};
+       $self->{err} = \*STDERR;
+       $self->{out} = \*STDOUT;
        $self;
 }