Mark created SEL entries as 'IPMI generated'

SEL logger service can receive messages from many different
sources. To differentiate IPMI generated messages from all of
the others mark created SEL entries as 'IPMI generated'.

Change-Id: I15c1dcf47c5a5e59e62c2fb66d3b97573959bf26
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
diff --git a/sensorhandler.hpp b/sensorhandler.hpp
index 75212d8..f7adb80 100644
--- a/sensorhandler.hpp
+++ b/sensorhandler.hpp
@@ -73,7 +73,7 @@
 static constexpr const char* ipmiSELPath = "/xyz/openbmc_project/Logging/IPMI";
 static constexpr const char* ipmiSELAddInterface =
     "xyz.openbmc_project.Logging.IPMI";
-static const std::string ipmiSELAddMessage = "SEL Entry";
+static const std::string ipmiSELAddMessage = "IPMI generated SEL Entry";
 
 static constexpr int selSystemEventSizeWith3Bytes = 8;
 static constexpr int selSystemEventSizeWith2Bytes = 7;