1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-12 00:48:49 +00:00
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@65 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-08-06 07:13:09 +00:00
parent c620d8e95b
commit 179902dc3e

View File

@ -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