Skip to content

Commit f3afd55

Browse files
authored
Merge pull request #124 from andrewgaul/kernel-version
Correct kernel version message to >= 3.15.0
2 parents 345b1d2 + 12a6bb0 commit f3afd55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/mbpfan.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ t_sensors *retrieve_sensors()
126126
} else {
127127

128128
if(verbose) {
129-
printf("Using new sensor path for kernel >= 3.0.15 or some CentOS versions with kernel 3.10.0\n");
129+
printf("Using new sensor path for kernel >= 3.15.0 or some CentOS versions with kernel 3.10.0\n");
130130

131131
if(daemonize) {
132-
syslog(LOG_INFO, "Using new sensor path for kernel >= 3.0.15 or some CentOS versions with kernel 3.10.0 ");
132+
syslog(LOG_INFO, "Using new sensor path for kernel >= 3.15.0 or some CentOS versions with kernel 3.10.0 ");
133133
}
134134
}
135135

0 commit comments

Comments
 (0)