changed the default DXVars.pm.issue debug
[spider.git] / perl / DXVars.pm.issue
index ed19470c478a8d1bac7295effc81746f5f124015..afc8dbf7ff36b1da637d0501d001e731c7845588 100644 (file)
@@ -43,7 +43,7 @@ $myemail = "qqq@gmail.com";
 @my_cc = qw();
 
 # are we debugging ?
-@debug = qw(chan state msg cron connect);
+@debug = qw(chan state msg cron connect progress nologchan);
 
 # are we doing xml?
 $do_xml = 0;