-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Artemis: cb: Support FIO Present LOG (#1355)
Summary: # Description: - As title. # Motivation: - To Support FIO present LOG Pull Request resolved: #1355 Test Plan: - Builr pass and FIO present/not Present LOG can be logged. - pass # Log: - Present ``` root@bmc-oob:~# log-util --print all | grep FIO 0 all 2018-03-09 04:35:58 pldmd State Sensor: CB_SENSOR_FIO, present root@bmc-oob:~# ``` - Not Present ``` root@bmc-oob:~# log-util --print all | grep FIO 0 all 2018-03-09 04:35:58 pldmd State Sensor: CB_SENSOR_FIO, not present root@bmc-oob:~# Reviewed By: amithash Differential Revision: D49360989 fbshipit-source-id: edaf4c06954e4ce8e5a0b826aeb6aedacdb68e9e
- Loading branch information
1 parent
85e682a
commit b4ec8ac
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters