diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index d07c3bc2..75d28588 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -1152,7 +1152,7 @@ sub scan_isa_bus $new_hash = add_isa_to_chips_detected $$chip{alias_detect},$$chip{driver}, $new_hash; if ($new_hash) { - printf " Alias of the chip on I2C bus `%s', address 0x%04x", + printf " Alias of the chip on I2C bus `%s', address 0x%04x\n", $new_hash->{i2c_adap},$new_hash->{i2c_addr}; } }