mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-12 00:48:49 +00:00
foo
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@65 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
c620d8e95b
commit
179902dc3e
2
linux.c
2
linux.c
@ -504,7 +504,7 @@ open_i2c_sensor(const char *dev, const char *type, int n, int *div,
|
||||
/* open file */
|
||||
fd = open(path, O_RDONLY);
|
||||
if (fd < 0) {
|
||||
CRIT_ERR("can't open '%s': %s", path, strerror(errno));
|
||||
CRIT_ERR("can't open '%s': %s\nplease fix i2c or remove it from Conky", path, strerror(errno));
|
||||
}
|
||||
|
||||
if (strcmp(type, "in") == 0 || strcmp(type, "temp") == 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user