X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXDebug.pm;h=f249282e5b57e5d69399de8ece3cde3d5e1763f6;hb=eba7370bb0458ae84b4815f30494a7c389008d0e;hp=a3e06c4d969ed2528bd07b6fcd06da968517578b;hpb=5b8c14dd8ac82a211bc1bfbcefee7e7820a812a1;p=spider.git diff --git a/perl/DXDebug.pm b/perl/DXDebug.pm index a3e06c4d..f249282e 100644 --- a/perl/DXDebug.pm +++ b/perl/DXDebug.pm @@ -69,12 +69,12 @@ if (!defined $DB::VERSION) { exit(-1); } sub carp { - DXDebug::dbgprintring(25) if DXDebug::isdbg('nologchan'); + DXDebug::dbgprintring(5) if DXDebug::isdbg('nologchan'); # DXDebug::dbg(Carp::shortmess(\@_)); DXDebug::longmess(\@_); } sub cluck { - DXDebug::dbgprintring(25) if DXDebug::isdbg('nologchan'); + DXDebug::dbgprintring(5) if DXDebug::isdbg('nologchan'); # DXDebug::dbg(Carp::longmess(\@_)); DXDebug::longmess(\@_); } );