fixed fast log printing
[spider.git] / cmd / show / log.pl
index 8a00e3852131b0972bfd44b9971ea185cd97885e..570286f38f96170e8f4f0cd18fcb574b19c8861d 100644 (file)
@@ -35,5 +35,5 @@ if ($self->priv < 6) {
        return (1, $self->msg('e5')) if $who ne $self->call;
 }
 
-@out = DXLog::print($from, $to, $main::systime, $who);
+@out = DXLog::print($from, $to, $main::systime, undef, $who);
 return (1, @out);