X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProtHandle.pm;h=0f7a1ff381c08c409a9c98eec162ca1908076ceb;hb=c240d57153bf058665054769331e3961dd29f542;hp=5b213b80d26e1d76aa42b762b798071e4c18e570;hpb=a00356d8ddf71026bce96389557f8093238e15d0;p=spider.git diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index 5b213b80..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; @@ -2013,7 +2015,8 @@ sub handle_93 } if (isdbg('progress')) { - my $s = sprintf "ANNTALK: $from\@$onode%s -> $to '$text'", $via ne '*' ? " via $via" : ''; + my $vs = $via ne '*' ? " via $via" : ''; + my $s = "ANNTALK: $from\@$onode$via -> $to '$text'"; dbg($s); }