mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
If the thermal sensor is missing, call onlp_oid_show_state_missing(). (#176)
trivial change, matches with other uses of the call.
This commit is contained in:
@@ -257,7 +257,7 @@ onlp_thermal_show(onlp_oid_t id, aim_pvs_t* pvs, uint32_t flags)
|
||||
}
|
||||
else {
|
||||
/* Not present */
|
||||
iof_iprintf(&iof, "State: Missing.");
|
||||
onlp_oid_show_state_missing(&iof);
|
||||
}
|
||||
}
|
||||
iof_pop(&iof);
|
||||
|
||||
Reference in New Issue
Block a user