Commit 896b9393 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

colored message if sensors detection is cancelled

parent 0710d0b7
...@@ -1448,7 +1448,7 @@ function get_application_mode() { ...@@ -1448,7 +1448,7 @@ function get_application_mode() {
} else { } else {
if (is_file($GLOBALS['driver_disabler_file'])){ if (is_file($GLOBALS['driver_disabler_file'])){
log_msg("Ports will be disabled - found ".$GLOBALS['driver_disabler_file']." flag file"); log_msg("Ports will be disabled - found ".$GLOBALS['driver_disabler_file']." flag file",4);
//disable ports via sysfs //disable ports via sysfs
disable_sysfs_sensors(); disable_sysfs_sensors();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment