X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy.pm;h=fe1984c9cac629e1fd52e118ebacd33188972b2f;hb=02ede4357cc423914351e11bb2e5c903252e8a50;hp=bc37164c40ba707f5c354802ec32e4cec0cf7ca7;hpb=b0de35168bbb3c04f389716495fe0b2d6d12bd5b;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index bc37164..fe1984c 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -65,6 +65,7 @@ BEGIN { ZOOM::Log::mask_str("irspy_unhandled"); ZOOM::Log::mask_str("irspy_test"); ZOOM::Log::mask_str("irspy_task"); + ZOOM::Log::mask_str("irspy_data"); } sub new { @@ -643,7 +644,7 @@ sub check { length($node->next()->address()) >= length($address)) { $conn->log("irspy_test", "skipping from '", $node->address(), "' to '", - $node->next()->address(), "'"); + $node->next()->address(), "' (", $node->next()->name(), ")"); $node = $node->next(); $skipcount++; }