X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdebug.pl;h=5e69d098d10793593b63527ea0e65cf0a9d0a15a;hb=9332c9bb2ddb7832ef60b8c2813d5c68a80f56ab;hp=608f1daf16100de05713246fc77feec500b04199;hpb=57b5e464bc44ae8eee23ab94c1f499f527595dc9;p=spider.git diff --git a/cmd/debug.pl b/cmd/debug.pl index 608f1daf..5e69d098 100644 --- a/cmd/debug.pl +++ b/cmd/debug.pl @@ -9,7 +9,7 @@ # my $self = shift; -return if $self->priv < 9; +return (1, $self->msg('e5')) if $self->priv < 9; $DB::single = 1;