updated filtering logic
[spider.git] / perl / DXMsg.pm
index 0bd27bbfa430d3d8f74ae472ff67fc4a16a98cea..60351bd40885e8fe1e7005ceec375342bb5a80cc 100644 (file)
@@ -144,6 +144,7 @@ sub process
                                my $ref = $busy{$_};
                                if (exists $ref->{lastt} && $main::systime >= $ref->{lastt} + $timeout) {
                                        dbg('msg', "Timeout, stopping msgno: $ref->{msgno} -> $node");
+                                       Log('msg', "Timeout, stopping msgno: $ref->{msgno} -> $node");
                                        $ref->stop_msg($node);
                                        
                                        # delay any outgoing messages that fail