Skip to content

Commit

Permalink
Merge pull request #433 from suvi-123/partner_id_debug
Browse files Browse the repository at this point in the history
Added debug logs to investivate partner id
  • Loading branch information
sadhyama committed Aug 11, 2023
2 parents 42a7fe4 + f87f3d1 commit 2db2f51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/partners_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ int validate_partner_id(wrp_msg_t *msg, partners_t **partnerIds)
{
count = (int) msg->u.req.partner_ids->count;
ParodusPrint("partner_ids count is %d\n",count);
ParodusInfo("Command line input is %s and msg partner_id is %s\n", temp,msg->u.req.partner_ids->partner_ids[0]);
for(i = 0; i < count; i++)
{
for(j = 0; j<partnersList->count; j++)
Expand Down

0 comments on commit 2db2f51

Please sign in to comment.