ethtool call doesn't need to be logged
authorJamie Cameron <jcameron@webmin.com>
Sun, 12 Jun 2011 01:11:46 +0000 (18:11 -0700)
committerJamie Cameron <jcameron@webmin.com>
Sun, 12 Jun 2011 01:11:46 +0000 (18:11 -0700)
net/linux-lib.pl

index 9ec7038..1974b34 100755 (executable)
@@ -43,7 +43,7 @@ foreach $l (@lines) {
 
        # Get current status for ethtool
        if ($ifc{'fullname'} =~ /^eth(\d+)$/ && $ethtool) {
-               my $out = &backquote_logged(
+               my $out = &backquote_command(
                        "$ethtool $ifc{'fullname'} 2>/dev/null");
                if ($out =~ /Speed:\s+(\S+)/i) {
                        $ifc{'speed'} = $1;