mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 00:47:47 +00:00
fine tunings
This commit is contained in:
parent
0de9dfb7df
commit
0e17248fa4
2
pinxi
2
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;
|
||||
|
|
Loading…
Reference in a new issue