Skip to content

Commit 12a6bb0

Browse files
committed
Correct kernel version message to >= 3.15.0
This agrees with the other message which emits < 3.15.0.
1 parent 5f2da79 commit 12a6bb0

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)