X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProtHandle.pm;h=0f7a1ff381c08c409a9c98eec162ca1908076ceb;hb=a460c345801374bfdccaf135ab1b03e5115f4266;hp=fdc0b0543aa102e41a7b4ee8529e875e8580e503;hpb=ec553c968339e68ba23a6f674aed1e9c32bfa1a3;p=spider.git diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index fdc0b054..0f7a1ff3 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -969,6 +969,7 @@ sub handle_23 # note this only takes the first one it gets Geomag::update($d, $pc->[2], $sfi, $k, $i, @$pc[6..8], $r); + dbg("WWV: $d $pc->[2], sfi:$sfi k:$k info:$i $pc->[6] $pc->[7] $pc->[8] $r") if isdbg('progress'); if (defined &Local::wwv) { my $rep; @@ -1372,6 +1373,7 @@ sub handle_73 } my $wcy = WCY::update($d, @$pc[2..12]); + dbg("WCY: " . join ', ', @$pc[2..12]) if isdbg('progress'); if (defined &Local::wcy) { my $rep; @@ -2012,6 +2014,12 @@ sub handle_93 return; } + if (isdbg('progress')) { + my $vs = $via ne '*' ? " via $via" : ''; + my $s = "ANNTALK: $from\@$onode$via -> $to '$text'"; + dbg($s); + } + # will we allow it at all? if ($censorpc) { my @bad;