From f4aedeb33ae82d13c59867738e396dd100d8c3df Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Wed, 25 Oct 2017 09:19:13 -0500 Subject: 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 --- occ_status.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("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; -- cgit v1.2.1