Updated the command to generate predictive error

Change-Id: Ia6d779249a71d4b6d3764860c6563b86fa6c2e7c
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/data/pel_variables.py b/data/pel_variables.py
index 3eef307..55cb3b5 100644
--- a/data/pel_variables.py
+++ b/data/pel_variables.py
@@ -34,7 +34,8 @@
 CMD_UNRECOVERABLE_ERROR = ERROR_LOG_CREATE_BASE_CMD + 'org.open_power.Logging.Error.TestError1 \
     xyz.openbmc_project.Logging.Entry.Level.Error 0'
 
-CMD_PREDICTIVE_ERROR = ERROR_LOG_CREATE_BASE_CMD + 'xyz.openbmc_project.Common.Error.InternalFailure \
+CMD_PREDICTIVE_ERROR = ERROR_LOG_CREATE_BASE_CMD + \
+    'xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow \
     xyz.openbmc_project.Logging.Entry.Level.Warning 0'
 
 CMD_UNRECOVERABLE_HOST_ERROR = ERROR_LOG_CREATE_BASE_CMD + 'xyz.openbmc_project.Host.Error.Event \