Skip to content

Commit

Permalink
Fixed SetMulti test
Browse files Browse the repository at this point in the history
  • Loading branch information
NetajiPanigrahi authored Apr 3, 2024
1 parent 435782f commit 1a06a77
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 @@ -3998,7 +3998,7 @@ rbusError_t rbus_setMulti(rbusHandle_t handle, int numProps, rbusProperty_t prop
}
else
{
errorcode = RBUS_ERROR_DESTINATION_NOT_REACHABLE;
errorcode = RBUS_ERROR_DESTINATION_NOT_FOUND;
RBUSLOG_ERROR("Discover component names failed with error %d and counts %d/%d", errorcode, numProps, numComponents);
for(i = 0; i < numComponents; i++)
{
Expand Down

0 comments on commit 1a06a77

Please sign in to comment.