summaryrefslogtreecommitdiffstats
path: root/src/publisher/trex_publisher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/publisher/trex_publisher.cpp')
-rw-r--r--src/publisher/trex_publisher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/publisher/trex_publisher.cpp b/src/publisher/trex_publisher.cpp
index 1afb558a..35653069 100644
--- a/src/publisher/trex_publisher.cpp
+++ b/src/publisher/trex_publisher.cpp
@@ -86,7 +86,7 @@ TrexPublisher::publish_event(event_type_e type, const Json::Value &data) {
Json::Value value;
std::string s;
- value["name"] = "event";
+ value["name"] = "trex-event";
value["type"] = type;
value["data"] = data;