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:
Ken Chiang
2017-03-13 17:38:05 -07:00
committed by Steven Noble
parent b71824910b
commit dd42deb0b7

View File

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