lose some of the annoying uninitialised msgs
[spider.git] / perl / DXProtHandle.pm
index 0f7a1ff381c08c409a9c98eec162ca1908076ceb..0beabcf224b11d3697bfe76f4d86bab5aa1d1a22 100644 (file)
@@ -2016,7 +2016,7 @@ sub handle_93
 
        if (isdbg('progress')) {
                my $vs = $via ne '*' ? " via $via" : ''; 
-               my $s = "ANNTALK: $from\@$onode$via -> $to '$text'";
+               my $s = "ANNTALK: $from\@$onode$vs -> $to '$text'";
                dbg($s);
        }