X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdebug_ring.pl;h=a8a2900eb224f0729a188b26ac047114e6f41f33;hb=d40358b98c4f3fe24890369543dd7768c99da962;hp=9513b9655078aa58a089edfabf913ff0173ad62d;hpb=ed4c2b52bead2215f39de1d75bc3d09daa83caa9;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.});