1. fixed a problem with DXLogPrint repeating log entries.
[spider.git] / cmd / show / log.pl
index 106bfd47b9816bdb75f36108710dcdd0bdd4c753..26b99ef213fc062a514edf47012e2b6a7dd0c3bd 100644 (file)
@@ -7,7 +7,7 @@
 #
 my $self = shift;
 
-return (1, $self->msg('e5')) if $self->priv < 9;
+return (1, $self->msg('e5')) if $self->priv < 6;
 
 my $cmdline = shift;
 my @f = split /\s+/, $cmdline;