X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Flog.pl;h=570286f38f96170e8f4f0cd18fcb574b19c8861d;hb=9bafb5297d126d00203d67addaa918c0f056d9a8;hp=bced585507c753b95bf4420131544a4537fa1760;hpb=28c96d575e54373562fec59176eccf2f64935e6b;p=spider.git diff --git a/cmd/show/log.pl b/cmd/show/log.pl index bced5855..570286f3 100644 --- a/cmd/show/log.pl +++ b/cmd/show/log.pl @@ -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, undef, $who); +@out = DXLog::print($from, $to, $main::systime, undef, $who); return (1, @out);