2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

Do not print algorithm on adapter scan.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2617 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2004-06-27 17:31:24 +00:00
parent d43e8cc9e6
commit 0c0b9eb548

View File

@@ -4728,7 +4728,7 @@ sub main
my ($dev_nr,$type,$adap,$algo) = /^i2c-(\S+)\s+(\S+)\s+(.*?)\s*\t\s*(.*?)\s+$/;
next if ($type eq "dummy");
print "\n";
print "Next adapter: $adap ($algo)\n";
print "Next adapter: $adap\n";
print "Do you want to scan it? (YES/no/selectively): ";
$inp = <STDIN>;