add more routing code together with associated commands
[spider.git] / cmd / show / qrz.pl
index 910b1997d9fd94e662030cd75d3aac89e80f9915..6779db42cbe32375d04f255402bf13fba7ced39d 100644 (file)
@@ -29,7 +29,7 @@ foreach $l (@list) {
                Log('call', "$call: show/qrz \U$l");
                my $state = "blank";
                while (my $result = $t->getline) {
-#                      print $result;
+                       dbg('qrz', $result);
                        if ($state eq 'blank' && $result =~ /^\s*Callsign\s*:/i) {
                                $state = 'go';
                        } elsif ($state eq 'go') {