Skip to content

Commit

Permalink
Update rbus.c
Browse files Browse the repository at this point in the history
  • Loading branch information
karuna2git authored Oct 31, 2023
1 parent 007a9ac commit 482337c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rbus/rbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
}

Expand Down

0 comments on commit 482337c

Please sign in to comment.