Skip to content

Commit e34cf06

Browse files
committed
Added _types debugging
1 parent 8dcd302 commit e34cf06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/VWF/Display.pm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,10 @@ sub _types
603603
}
604604
push @rc, 'web';
605605

606+
if(my $logger = $self->{'_logger'}) {
607+
$logger->trace(__PACKAGE__, '<_types returning ', join(', ', @rc));
608+
}
609+
606610
return @rc;
607611
}
608612

0 commit comments

Comments
 (0)