From 0e17248fa43150db4c69c4319f9d7c0a42b91438 Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Tue, 28 Nov 2023 14:44:28 -0800 Subject: [PATCH] fine tunings --- pinxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinxi b/pinxi index eef5fa5..a57d652 100755 --- a/pinxi +++ b/pinxi @@ -30917,7 +30917,7 @@ sub get_display_manager { } # might add this in, but the rate of new dm's makes it more likely it's an # unknown dm, so we'll keep output to N/A - # print Data::Dumper::Dumper \@found; + print 'dm data: ', Data::Dumper::Dumper $found if $dbg[60]; log_data('dump','display manager: @$found',$found) if $b_log; eval $end if $b_log; return $found;