diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-05-18 14:26:36 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-05-18 14:26:36 +0000 |
commit | cb4e0ce108d4da27400abfeca1d5d6d3de373d0b (patch) | |
tree | 4798699fc00a5ff3aa83e2c22cbb400681abfd58 /hardinfo2/arch/linux/common/sensors.h | |
parent | 6e3c288210c382b93e8c0e6243d7d81b6dffd7ce (diff) |
Add DMI support for x86 and x86-64 architectures. Support is based on patch by Stewart Adam (berlios patch #2272).
Diffstat (limited to 'hardinfo2/arch/linux/common/sensors.h')
-rw-r--r-- | hardinfo2/arch/linux/common/sensors.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hardinfo2/arch/linux/common/sensors.h b/hardinfo2/arch/linux/common/sensors.h index 317d2ebb..cc370560 100644 --- a/hardinfo2/arch/linux/common/sensors.h +++ b/hardinfo2/arch/linux/common/sensors.h @@ -39,7 +39,6 @@ static void read_sensor_labels(gchar * driver) if (!conf) { /* Cannot open config file. */ - fprintf(stderr, "Cannot open /etc/sensors.conf file.\n"); return; } |