summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-10-25 09:19:13 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-11-03 12:57:40 +0000
commitf4aedeb33ae82d13c59867738e396dd100d8c3df (patch)
tree2e2c2e627fde61c046a79ed61a7e2c7626d8d4c9
parent9a5cb508e71f4290056c057f655fa831965eb29b (diff)
downloadopenpower-occ-control-f4aedeb33ae82d13c59867738e396dd100d8c3df.tar.gz
openpower-occ-control-f4aedeb33ae82d13c59867738e396dd100d8c3df.zip
Update Journal Variable Names
Journal entry variable names should be uppercase. https://www.freedesktop.org/software/systemd/man/sd_journal_print.html Change-Id: I73f88faec688e2e95a5bad5f974306b005128504 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--occ_status.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/occ_status.cpp b/occ_status.cpp
index 14097ab..5249fbe 100644
--- a/occ_status.cpp
+++ b/occ_status.cpp
@@ -100,7 +100,7 @@ void Status::hostControlEvent(sdbusplus::message::message& msg)
// Must be a Timeout. Log an Erorr trace
log<level::ERR>("Error resetting the OCC.",
entry("PATH=%s", path.c_str()),
- entry("SensorID=0x%X",sensorMap.at(instance)));
+ entry("SENSORID=0x%X",sensorMap.at(instance)));
}
}
return;
OpenPOWER on IntegriCloud