X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdebug_ring.pl;h=a8a2900eb224f0729a188b26ac047114e6f41f33;hb=140683d04c00f7932b7e3ee7f7bde4513915f0c9;hp=9513b9655078aa58a089edfabf913ff0173ad62d;hpb=2090157518d0d2da860345507680f4ad91b043a2;p=spider.git diff --git a/cmd/show/debug_ring.pl b/cmd/show/debug_ring.pl index 9513b965..a8a2900e 100644 --- a/cmd/show/debug_ring.pl +++ b/cmd/show/debug_ring.pl @@ -18,6 +18,5 @@ for (@args) { } my $lines = DXDebug::dbgprintring($n); DXDebug::dbgclearring() if $doclear; -dge; return (1, qq{Contents of $lines lines of debug ring buffer logged. View with watchdbg.});