Changeset 5437

Show
Ignore:
Timestamp:
11/27/08 16:00:21 (4 years ago)
Author:
khali
Message:

2 digits are enough to print an I2C address.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect

    r5436 r5437  
    31453145                                            $new_hash); 
    31463146      if ($new_hash) { 
    3147         printf "    Alias of the chip on I2C bus `%s', address 0x%04x\n", 
     3147        printf "    Alias of the chip on I2C bus `%s', address 0x%02x\n", 
    31483148                        $new_hash->{i2c_adap}, $new_hash->{i2c_addr}; 
    31493149      }