Allow synonyms for localhost
[spider.git] / perl / DXVars.pm.issue
index ed19470c478a8d1bac7295effc81746f5f124015..139368617d951c784b3c09daaee95f8338c8867e 100644 (file)
@@ -1,4 +1,4 @@
-#
+# -*- perl -*-
 # The system variables - those indicated will need to be changed to suit your
 # circumstances (and callsign)
 #
@@ -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;