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 4213733 commit 007a9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rbus/rbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -4802,7 +4802,7 @@ rbusError_t rbusEvent_SubscribeRawData(
if (handleInfo->m_handleType != RBUS_HWDL_TYPE_REGULAR)
return RBUS_ERROR_INVALID_HANDLE;

RBUSLOG_INFO("SubscribeRawData for %s", eventName);
RBUSLOG_DEBUG("SubscribeRawData for %s", eventName);

errorcode = rbusEvent_SubscribeWithRetries(handle, eventName, handler, userData, NULL, 0, 0 , timeout, NULL, false);
if(errorcode != RBUS_ERROR_SUCCESS)
Expand Down

0 comments on commit 007a9ac

Please sign in to comment.