From 482337cae41ef85f39bd207ca509a9d91bacbe2f Mon Sep 17 00:00:00 2001 From: Karunakaran A <48997923+karuna2git@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:29:32 -0400 Subject: [PATCH] Update rbus.c --- src/rbus/rbus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rbus/rbus.c b/src/rbus/rbus.c index fe1a2694..87683dfa 100644 --- a/src/rbus/rbus.c +++ b/src/rbus/rbus.c @@ -5328,7 +5328,7 @@ rbusError_t rbusEvent_PublishRawData( if(!el) { - RBUSLOG_WARN("failed! retrieveElement return NULL for %s", eventData->name); + RBUSLOG_WARN("Publish failed! retrieveElement return NULL for %s", eventData->name); return RBUS_ERROR_ELEMENT_DOES_NOT_EXIST; } @@ -5371,7 +5371,7 @@ rbusError_t rbusEvent_Publish( if(!el) { - RBUSLOG_WARN("failed! retrieveElement return NULL for %s", eventData->name); + RBUSLOG_WARN("Publish failed! retrieveElement return NULL for %s", eventData->name); return RBUS_ERROR_ELEMENT_DOES_NOT_EXIST; }