fix weird sprintf error in AnnTalk dbging
[spider.git] / perl / DXProtHandle.pm
index fdc0b0543aa102e41a7b4ee8529e875e8580e503..d1023270291a4be2209741b4d5197c9f63b4974f 100644 (file)
@@ -2012,6 +2012,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;